TcxGridChartDiagramStyles.ValueCaptions Property
Specifies the style for the captions of values.
Declaration
property ValueCaptions: TcxStyle index dsValueCaptions read; write;
Property Value
Type | Description |
---|---|
TcxStyle | A style. |
Remarks
The ValueCaptions
property allows you to define the style (font settings) for the captions of the values (data markers) within a chart diagram. The chart diagram’s CaptionPosition property controls the position at which the captions are displayed within the chart diagram.
See Also