Online Documentation for Advanced Data Export .NET
XlsChart.Style
public enum XlsChartStyle
{
xcsColumn,
xcsColumn3d,
xcsBar,
xcsBar3d,
xcsLine,
xcsLineMark,
xcsLine3d,
xcsPie,
xcsPie3d,
xcsArea,
xcsArea3d,
xcsSurface,
xcsSurface3d,
xcsRadar,
xcsRadarArea
}
public SqlManager.QExport.XLS.XlsChartStyle Style
Description
Use the Style property to define the chart style.
See also: |