Version

ChartType Property (WorksheetChart)

Specifies the chart type.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also