Show / Hide Table of Contents

Class ExcelStandardChartWithLines

Inheritance
System.Object
XmlHelper
ExcelDrawing
ExcelChart
ExcelChartStandard
ExcelStandardChartWithLines
ExcelLineChart
ExcelStockChart
Implements
System.IDisposable
IDrawingDataLabel
Inherited Members
ExcelChartStandard.GetChartNodeText()
ExcelChartStandard.Title
ExcelChartStandard.HasTitle
ExcelChartStandard.HasLegend
ExcelChartStandard.DeleteTitle()
ExcelChartStandard.Style
ExcelChartStandard.RoundedCorners
ExcelChartStandard.ShowHiddenData
ExcelChartStandard.DisplayBlanksAs
ExcelChartStandard.ShowDataLabelsOverMaximum
ExcelChartStandard.PlotArea
ExcelChartStandard.Legend
ExcelChartStandard.Border
ExcelChartStandard.Fill
ExcelChartStandard.Effect
ExcelChartStandard.ThreeD
ExcelChartStandard.Font
ExcelChartStandard.TextBody
ExcelChartStandard.View3D
ExcelChartStandard.Grouping
ExcelChartStandard.VaryColors
ExcelChart._chartXmlHelper
ExcelChart.StyleManager
ExcelChart.UseSecondaryAxis
ExcelChart.WorkSheet
ExcelChart.ChartXml
ExcelChart.DrawingType
ExcelChart.ChartType
ExcelChart._chartNode
ExcelChart._title
ExcelChart.Axis
ExcelChart.XAxis
ExcelChart.YAxis
ExcelChart._plotArea
ExcelChart._legend
ExcelChart.PivotTableSource
ExcelChart.IsType3D()
ExcelChart.IsTypeLine()
ExcelChart.IsTypeRadar()
ExcelChart.IsTypeScatter()
ExcelChart.IsTypeBubble()
ExcelChart.IsTypeArea()
ExcelChart.IsTypeSurface()
ExcelChart.HasThirdAxis()
ExcelChart.IsTypeShape()
ExcelChart.IsTypePercentStacked()
ExcelChart.IsTypeStacked()
ExcelChart.IsTypeClustered()
ExcelChart.IsTypePieDoughnut()
ExcelChart.IsTypeDoughnut()
ExcelChart.IsTypePie()
ExcelChart.IsTypeStock()
ExcelChart.Floor
ExcelChart.SideWall
ExcelChart.BackWall
ExcelDrawing.EMU_PER_PIXEL
ExcelDrawing.EMU_PER_POINT
ExcelDrawing.EMU_PER_CM
ExcelDrawing.EMU_PER_MM
ExcelDrawing.EMU_PER_US_INCH
ExcelDrawing.EMU_PER_PICA
ExcelDrawing._doNotAdjust
ExcelDrawing.Name
ExcelDrawing.Description
ExcelDrawing.EditAs
ExcelDrawing.Locked
ExcelDrawing.Print
ExcelDrawing.From
ExcelDrawing.Position
ExcelDrawing.Size
ExcelDrawing.To
ExcelDrawing.Hyperlink
ExcelDrawing.As
ExcelDrawing.SetPosition(Int32, Int32)
ExcelDrawing.CellAnchor
ExcelDrawing.ChangeCellAnchor(eEditAs, Int32, Int32, Int32, Int32)
ExcelDrawing.ChangeCellAnchor(eEditAs)
ExcelDrawing.SetPosition(Int32, Int32, Int32, Int32)
ExcelDrawing.SetSize(Int32)
ExcelDrawing.SetSize(Int32, Int32)
ExcelDrawing.SendToBack()
ExcelDrawing.BringToFront()
ExcelDrawing.Group(ExcelDrawing[])
ExcelDrawing.UnGroup(Boolean)
ExcelDrawing.ParentGroup
ExcelDrawing.Dispose()
ExcelDrawing.AdjustPositionAndSize()
ExcelDrawing.CreateShapeNode()
ExcelDrawing.CreateClientData()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public abstract class ExcelStandardChartWithLines : ExcelChartStandard, IDisposable, IPictureContainer, IDrawingStyle, IDrawingStyleBase, IStyleMandatoryProperties, IPictureRelationDocument, IDrawingDataLabel

Properties

DataLabel

Access to datalabel properties

Declaration
public ExcelChartDataLabel DataLabel { get; }
Property Value
Type Description
ExcelChartDataLabel

DownBar

Format the down bars on the chart

Declaration
public ExcelChartStyleItem DownBar { get; }
Property Value
Type Description
ExcelChartStyleItem

DropLine

Format the drop lines for the series.

Declaration
public ExcelChartStyleItem DropLine { get; }
Property Value
Type Description
ExcelChartStyleItem

HasDataLabel

If the chart has datalabel

Declaration
public bool HasDataLabel { get; }
Property Value
Type Description
System.Boolean

HighLowLine

Format the high-low lines for the series.

Declaration
public ExcelChartStyleItem HighLowLine { get; }
Property Value
Type Description
ExcelChartStyleItem

Marker

If the series has markers

Declaration
public bool Marker { get; set; }
Property Value
Type Description
System.Boolean

Series

The series for the chart

Declaration
public ExcelChartSeries<ExcelLineChartSerie> Series { get; }
Property Value
Type Description
ExcelChartSeries<ExcelLineChartSerie>

Smooth

If the series has smooth lines

Declaration
public bool Smooth { get; set; }
Property Value
Type Description
System.Boolean

UpBar

Format the up bars on the chart

Declaration
public ExcelChartStyleItem UpBar { get; }
Property Value
Type Description
ExcelChartStyleItem

UpDownBarGapWidth

The gap width between the up and down bars

Declaration
public double? UpDownBarGapWidth { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Methods

AddDropLines()

Adds droplines to the chart.

Declaration
public ExcelChartStyleItem AddDropLines()
Returns
Type Description
ExcelChartStyleItem

AddHighLowLines()

Adds High-Low lines to the chart.

Declaration
public ExcelChartStyleItem AddHighLowLines()
Returns
Type Description
ExcelChartStyleItem

AddUpDownBars(Boolean, Boolean)

Adds up and/or down bars to the chart.

Declaration
public void AddUpDownBars(bool upBars = true, bool downBars = true)
Parameters
Type Name Description
System.Boolean upBars

Adds up bars if up bars does not exist.

System.Boolean downBars

Adds down bars if down bars does not exist.

Implements

System.IDisposable
IDrawingDataLabel
Back to top Generated by DocFX