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

TcxGridChartViewData.VisibleValues Property

Provides indexed access to the chart values displayed within the View.

#Declaration

Delphi
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