Show / Hide Table of Contents

Class ExcelLineChart

Provides access to line chart specific properties

Inheritance
System.Object
XmlHelper
ExcelDrawing
ExcelChart
ExcelLineChart
Inherited Members
ExcelChart._chartXmlHelper
ExcelChart.Axis
ExcelChart.Border
ExcelChart.ChartType
ExcelChart.ChartXml
ExcelChart.DisplayBlanksAs
ExcelChart.Fill
ExcelChart.Grouping
ExcelChart.Legend
ExcelChart.PivotTableSource
ExcelChart.PlotArea
ExcelChart.Series
ExcelChart.ShowHiddenData
ExcelChart.Style
ExcelChart.Title
ExcelChart.UseSecondaryAxis
ExcelChart.VaryColors
ExcelChart.View3D
ExcelChart.WorkSheet
ExcelChart.XAxis
ExcelChart.YAxis
ExcelChart.IsType3D()
ExcelChart.IsTypePercentStacked()
ExcelChart.IsTypePieDoughnut()
ExcelChart.IsTypeStacked()
ExcelChart.GetChartNodeText()
ExcelChart.IsTypeClustered()
ExcelChart.IsTypeLine()
ExcelChart.IsTypeScatter()
ExcelChart.IsTypeShape()
ExcelDrawing.EMU_PER_PIXEL
ExcelDrawing._id
ExcelDrawing._drawings
ExcelDrawing._topNode
ExcelDrawing.EditAs
ExcelDrawing.From
ExcelDrawing.Locked
ExcelDrawing.Name
ExcelDrawing.Print
ExcelDrawing.To
ExcelDrawing.SetPosition(Int32, Int32)
ExcelDrawing.SetPosition(Int32, Int32, Int32, Int32)
ExcelDrawing.SetSize(Int32)
ExcelDrawing.SetSize(Int32, Int32)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing.Chart
Assembly: Experior.Core.dll
Syntax
public class ExcelLineChart : ExcelChart

Properties

DataLabel

Access to datalabel properties

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

Marker

If the series has markers

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

Smooth

If the series has smooth lines

Declaration
public bool Smooth { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX