Class ExcelChartStyle
Represents a style for a chart
Inherited Members
Namespace: OfficeOpenXml.Drawing.Chart.Style
Assembly: EPPlus.dll
Syntax
public class ExcelChartStyle : XmlHelper
  Properties
AxisTitle
Default formatting for an axis title.
Declaration
public ExcelChartStyleEntry AxisTitle { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
CategoryAxis
Default formatting for a category axis
Declaration
public ExcelChartStyleEntry CategoryAxis { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
ChartArea
Default formatting for a chart area
Declaration
public ExcelChartStyleEntry ChartArea { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
DataLabel
Default formatting for a data label
Declaration
public ExcelChartStyleEntry DataLabel { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
DataLabelCallout
Default formatting for a data label callout
Declaration
public ExcelChartStyleEntry DataLabelCallout { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
DataPoint
Default formatting for a data point on a 2-D chart of type column, bar, filled radar, stock, bubble, pie, doughnut, area and 3-D bubble.
Declaration
public ExcelChartStyleEntry DataPoint { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
DataPoint3D
Default formatting for a data point on a 3-D chart of type column, bar, line, pie, area and surface.
Declaration
public ExcelChartStyleEntry DataPoint3D { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
DataPointLine
Default formatting for a data point on a 2-D chart of type line, scatter and radar
Declaration
public ExcelChartStyleEntry DataPointLine { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
DataPointMarker
Default formatting for a datapoint marker
Declaration
public ExcelChartStyleEntry DataPointMarker { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
DataPointMarkerLayout
Extended marker properties for a datapoint
Declaration
public ExcelChartStyleMarkerLayout DataPointMarkerLayout { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleMarkerLayout | 
DataPointWireframe
Default formatting for a datapoint on a surface wireframe chart
Declaration
public ExcelChartStyleEntry DataPointWireframe { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
DataTable
Default formatting for a Data table
Declaration
public ExcelChartStyleEntry DataTable { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
DownBar
Default formatting for a downbar
Declaration
public ExcelChartStyleEntry DownBar { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
DropLine
Default formatting for a dropline
Declaration
public ExcelChartStyleEntry DropLine { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
ErrorBar
Default formatting for an errorbar
Declaration
public ExcelChartStyleEntry ErrorBar { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
Floor
Default formatting for a floor
Declaration
public ExcelChartStyleEntry Floor { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
GridlineMajor
Default formatting for a major gridline
Declaration
public ExcelChartStyleEntry GridlineMajor { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
GridlineMinor
Default formatting for a minor gridline
Declaration
public ExcelChartStyleEntry GridlineMinor { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
HighLowLine
Default formatting for a high low line
Declaration
public ExcelChartStyleEntry HighLowLine { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
Id
The id of the chart style
Declaration
public int Id { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
LeaderLine
Default formatting for a leader line
Declaration
public ExcelChartStyleEntry LeaderLine { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
Legend
Default formatting for a chart legend
Declaration
public ExcelChartStyleEntry Legend { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
PlotArea
Default formatting for a plot area in a 2D chart
Declaration
public ExcelChartStyleEntry PlotArea { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
PlotArea3D
Default formatting for a plot area in a 3D chart
Declaration
public ExcelChartStyleEntry PlotArea3D { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
SeriesAxis
Default formatting for a series axis
Declaration
public ExcelChartStyleEntry SeriesAxis { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
SeriesLine
Default formatting for a series line
Declaration
public ExcelChartStyleEntry SeriesLine { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
Title
Default formatting for a chart title
Declaration
public ExcelChartStyleEntry Title { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
Trendline
Default formatting for a trend line
Declaration
public ExcelChartStyleEntry Trendline { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
TrendlineLabel
Default formatting for a trend line label
Declaration
public ExcelChartStyleEntry TrendlineLabel { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
UpBar
Default formatting for a up bar
Declaration
public ExcelChartStyleEntry UpBar { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
ValueAxis
Default formatting for a value axis
Declaration
public ExcelChartStyleEntry ValueAxis { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry | 
Wall
Default formatting for a wall
Declaration
public ExcelChartStyleEntry Wall { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelChartStyleEntry |