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

TcxGridChartItem.VisibleValues Property

Provides indexed access to the collection of item values that are used to render a chart.

#Declaration

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

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.

See Also