Table of Contents

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

ExcelDrawingBorder

Effect

Effects

public ExcelDrawingEffectStyle Effect { get; }

Property Value

ExcelDrawingEffectStyle

Fill

Access to fill properties

public ExcelDrawingFill Fill { get; }

Property Value

ExcelDrawingFill

ThreeD

3D properties

public ExcelDrawing3D ThreeD { get; }

Property Value

ExcelDrawing3D

Methods

Remove()

Removes the item

public void Remove()