TcxGridChartDiagramStyles.Values Property
Specifies the generic style for values (data markers).
Declaration
property Values: TcxStyle index dsValues read; write;
Property Value
Type | Description |
---|---|
TcxStyle | A style. |
Remarks
The Values
property allows you to define the style of the values (data markers) of a specific series and font settings for the corresponding value hints within a diagram. Use the Values
.TextColor,Values
.TextColor, Values
.Color, and Values
.Bitmap properties to specify the border color, the background color and the background bitmap of the data markers, respectively.
Each series within a chart has a predefined default color for its data markers (which is applied when no style is defined for the series values in the series). The default color is determined using the Order property’s value of the series.
Note
The style options specified for data markers within a diagram via the diagram’s Styles.Values
property override the style settings for specific values which were set via the Styles.Values property of the corresponding series.