Click or drag to resize

ExcelChartSeriesChartType Property

Gets or sets the chart type of the series. Series in an Excel chart can have different types. For example a serie can be of column type and another serie of line type. By default the chart type of the series is taken from the chart parent.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public ExcelChartType ChartType { get; set; }

Property Value

Type: ExcelChartType
See Also