Skip to main content

TcxGridChartSeriesStyles.Values Property

Specifies the style of the values (their data markers) in a specific series.

Declaration

property Values: TcxStyle index ssValues read; write;

Property Value

Type
TcxStyle

Remarks

The Values property allows you to define the style of the values (data markers) in a specific series, and font settings for the corresponding value hints. Use the 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 of the series). The default color is determined using the Order property’s value of a 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 a particular series.

See Also