Version

ChartType Property (WorksheetChart)

Specifies the chart type.
Syntax
'Declaration
 
Public Property ChartType As ChartType
public ChartType ChartType {get; set;}
Remarks

All chart types are supported by the WorksheetChart type; no derived classes exist or are necessary to support different chart types.

Note that changing the chart type may cause related property values to be changed.

For example, when transitioning from a chart type which supports line markers, The Infragistics.Documents.Excel.Charts.Series.MarkerStyle property is changed to reflect the new chart style.

Using another example, when transitioning from a chart type which does not support axes, such as a pie or doughnut chart, to a chart type that does support them, the AxisCollection is modified accordingly.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also