API Reference
Class
ExcelModernChart
Native or imported worksheet ChartEx drawing.
Inheritance
- Object
- ExcelModernChart
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
- Method ExcelModernChart.SetChartType
- Method ExcelModernChart.SetPlacement
- Method ExcelModernChart.SetTitle
- Method ExcelModernChart.UpdateData
- Method ExcelSheet.AddModernChart
- Method ExcelSheet.GetModernChart
- Property ExcelSheet.ModernCharts
Methods
public ExcelModernChart SetChartType(ExcelModernChartType chartType) #Returns:
ExcelModernChartChanges the native series layout while preserving data, formatting, and unknown siblings.
Parameters
- chartType OfficeIMO.Excel.ExcelModernChartType
public ExcelModernChart SetPlacement(Int32 row, Int32 column, Int32 widthPixels, Int32 heightPixels) #Returns:
ExcelModernChartMoves and resizes the one-cell chart anchor.
Parameters
- row System.Int32
- column System.Int32
- widthPixels System.Int32
- heightPixels System.Int32
public ExcelModernChart SetTitle(String title) #Returns:
ExcelModernChartSets the chart title while preserving unrelated imported ChartEx markup.
Parameters
- title System.String
public ExcelModernChart UpdateData(ExcelChartData data) #Returns:
ExcelModernChartUpdates data for an OfficeIMO-authored chart while preserving unrelated ChartEx siblings and formatting.
Parameters
- data OfficeIMO.Excel.ExcelChartData
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object