[]
Gets the visual effects style by the specified index.
public ChartVisualEffectsStyle this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index | The index of the visual effects style. |
Type | Description |
---|---|
ChartVisualEffectsStyle | A ChartVisualEffectsStyle object at the specified index. |
Gets the visual effects style by the specified name.
public ChartVisualEffectsStyle this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name | The name of the visual effects style. |
Type | Description |
---|---|
ChartVisualEffectsStyle | A ChartVisualEffectsStyle object with the specified name. |