Namespace OfficeOpenXml.Drawing.Chart.Style
Classes
ExcelChartColorsManager
Represents a color style of a chart.
ExcelChartStyle
Represents a style for a chart
ExcelChartStyleColor
A color for a chart style entry reference
ExcelChartStyleColorManager
Manages colors for a chart style
ExcelChartStyleEntry
A style entry for a chart part.
ExcelChartStyleFontReference
A reference to a theme font collection from the chart style manager
ExcelChartStyleLibraryItem
Represents a chart style xml document in the style library
ExcelChartStyleManager
Manages styles for a chart
ExcelChartStyleMarkerLayout
A layout the marker of the chart
ExcelChartStyleReference
A reference from a chart style to the theme collection
Enums
eChartColorStyleMethod
Method for how colors are picked from the Colors collection
ePresetChartColors
Chart color schemes mapping to the default colors in Excel
ePresetChartStyle
Maps to Excel's built-in chart styles, primary for charts with one data serie. Note that Excel changes chart type depending on many parameters, like number of series, axis type and more, so it will not always match the number in Excel. To be certain of getting the correct style use the chart style number of the style you want to apply For charts with more than one series use ePresetChartStyleMultiSeries By default the styles are loaded into the StyleLibrary.You can also load your own with your own id's. Styles are fetched from the StyleLibrary by the id provided in this enum. StyleLibrary
ePresetChartStyleMultiSeries
Maps to Excel's built-in chart styles, for charts with more that one data serie. Note that Excel changes chart type depending on many parameters, like number of series, axis type and more, so it will not always match the number in Excel. To be certain of getting the correct style use the chart style number of the style you want to apply For charts with only one data serie use ePresetChartStyle Styles are fetched from the StyleLibrary by the id provided in this enum. StyleLibrary