TcxGridChartViewData.VisibleValues Property
Provides indexed access to the chart values displayed within the View.
Declaration
property VisibleValues[ASeriesIndex: Integer; AIndex: Integer]: Variant read;
Property Value
Type | Description |
---|---|
Variant | A visible chart value. |
Remarks
The ASeriesIndex
parameter specifies the index of a series in the View’s Series collection.
The AIndex
parameter specifies the on-screen position of the category in which the chart value is displayed. In a paged diagram, this parameter’s value includes categories that don’t fit into the currently displayed page.
To access all series values associated with the View, use the Values collection.
You can use the View’s Categories.SortOrder and SortOrder properties of series and data groups to customize the order of elements in the VisibleValues
collection.
See Also