Online Documentation for Advanced Data Export for RAD Studio VCL

TxlsChart.CategoryLabelsType

 

TxlsChart                


type 

  TxlsRangeType = (rtColumn, rtCustom);

 

property CategoryLabelsType: TxlsRangeType;

 

Description

Use the CategoryLabelsType property to define the type of data range for marking the horizontal axis of the chart. If the CategoryLabelsType value is rtColumn, data range is defined by the data column. The column name for the range is defined by the CategoryLabelsColumn property. If the CategoryLabelsType value is rtCustom, the data range is defined by the CategoryLabels property.

 


See also:

CategoryLabels property

CategoryLabelsColumn property