API Reference
Enum
ExcelChartType
Supported Excel chart types for OfficeIMO.Excel chart helpers.
Inheritance
- Enum
- ExcelChartType
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ExcelChartSeries.ChartType
- Property ExcelChartSeriesDefinition.ChartType
- Field ExcelChartType.Area
- Field ExcelChartType.BarClustered
- Field ExcelChartType.BarStacked
- Field ExcelChartType.Bubble
- Field ExcelChartType.ColumnClustered
- Field ExcelChartType.ColumnStacked
- Field ExcelChartType.Doughnut
- Field ExcelChartType.Line
- Field ExcelChartType.Pie
- Field ExcelChartType.Scatter
Accepted by parameters
- Constructor ExcelChartSeries.ExcelChartSeries
- Constructor ExcelChartSeriesDefinition.ExcelChartSeriesDefinition
- Method ExcelSheet.AddChart
- Method ExcelSheet.AddChart
- Method ExcelSheet.AddChartFromRange
- Method ExcelSheet.AddChartFromTable
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String