Class ExcelChartStyleItem
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
Represents a up-down bar, dropline or hi-low line in a chart
public class ExcelChartStyleItem : XmlHelper
- Inheritance
-
ExcelChartStyleItem
- Inherited Members
Properties
Border
Access to border properties
public ExcelDrawingBorder Border { get; }
Property Value
Effect
Effects
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Fill
Access to fill properties
public ExcelDrawingFill Fill { get; }
Property Value
ThreeD
3D properties
public ExcelDrawing3D ThreeD { get; }
Property Value
Methods
Remove()
Removes the item
public void Remove()