Online Documentation for Advanced Data Export .NET

XlsChartSeries.DataRangeType


 

public enum XlsRangeType

{

 rtColumn,

 rtCustom

}

 

public SqlManager.QExport.XLS.XlsRangeType DataRangeType

 

Description

The DataRangeType property defines the data range type for the series. If DataRangeType value is rtColumn, data range is defined by the data column. The column name for the range is defined by the DataColumn property. If DataRangeType value is rtCustom, the data range is defined by the DataRange property.