Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartDiagramStyles.Values Property

Specifies the generic style for values (data markers).

#Declaration

Delphi
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.

See Also