TcxGridChartItem.ValueCount Property
Specifies how many records in the View’s data controller are available to render a chart.
Declaration
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