ChartType Property
ChartType
Gets or sets the type of the chart.
Declaration
ChartType ChartType { get; set; }
Property ChartType As ChartType
Examples
IChart chart = worksheet.Shapes.AddChart(ChartType.ColumnClustered, 20, 20, 300, 200).Chart;
ChartType chartType = chart.ChartType;