Online Documentation for Advanced Data Export .NET
XlsChart.CategoryLabelsType
public enum XlsRangeType
{
rtColumn,
rtCustom
}
public SqlManager.QExport.XLS.XlsRangeType CategoryLabelsType
Description
Use the CategoryLabelsType property to define the type of data range for marking the horizontal axis of the chart. If 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 CategoryLabelsType value is rtCustom, the data range is defined by the CategoryLabels property.
See also: |