TcxGridChartItem.VisibleValues Property
Provides indexed access to the collection of item values that are used to render a chart.
Declaration
property VisibleValues[AIndex: Integer]: Variant read;
Property Value
Type |
---|
Variant |
Remarks
To access a particular item value within this collection, use the chart item’s on-screen position as an index.
Note that the order of elements in this collection is determined by:
the View’s Categories.SortOrder property;
the SortOrder property of series or data group.
Use the VisibleValueCount property to determine the total number of elements within the VisibleValues collection.
To access the display text for a particular item value from the VisibleValues collection, use the VisibleDisplayTexts property.
Note
A diagram’s AxisCategory.CategoriesInReverseOrder property has no effect on the order of elements within the VisibleValues and VisibleDisplayTexts collections.