SeriesDataSourceColorizer Properties
Colorizer that paints series with colors stored in a data source.Name | Description |
---|---|
DataSource | Gets or sets the data source whose data items the colorizer uses to paint series. |
SeriesColorMember | Gets or sets the name of a data member whose values are used as series identifiers. |
SeriesKeyMember | Gets or sets the name of data member whose values represent colors in which the colorizer paints series. |
Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
TypeNameSerializable | Gets the string value that is used to support serialization of the series colorizer type. Inherited from SeriesColorizerBase. |
See Also