Series3DDataSourceAdapter.ColorDataMember Property
Gets or sets the name of the data member whose values are used to provide color to points.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Property Value
Type | Description |
---|---|
String | The data member name. |
#Remarks
The Chart Control uses a ColorDataMember’s values to paint 3D series points with a colorizer. The color data member type can differ depending on a colorizer type:
Colorizer Type | Description |
---|---|
The color data member can store objects of the following types:
| |
Key | The color data member stores objects used as keys. Series points with equal keys have same colors. |
Range | The color data member stores floating-point numbers used to specify color boundaries. |