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.ValueCount Property

Specifies how many records in the View’s data controller are available to render a chart.

#Declaration

Delphi
property ValueCount: Integer read; write;

#Property Value

Type
Integer

#Remarks

If a new value set to this property is less than the old value, only the first ValueCount records (based upon the order of records in the View’s data controller) are left within the data controller.

Note

If the new value for this property is greater than the current value then the corresponding number of empty records is added to the data controller’s data store. This is valid only in provider and unbound modes.

Use the Values property to access an individual item value.

See Also