Table of Contents

Class ExcelLineChartSerie

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
Magicodes.EPPlus.dll
public sealed class ExcelLineChartSerie : ExcelChartSerie
Inheritance
ExcelLineChartSerie
Inherited Members
Extension Methods

Properties

DataLabel

public ExcelChartSerieDataLabel DataLabel { get; }

Property Value

ExcelChartSerieDataLabel

LineColor

public Color LineColor { get; set; }

Property Value

Color

LineWidth

public double LineWidth { get; set; }

Property Value

double

Marker

public eMarkerStyle Marker { get; set; }

Property Value

eMarkerStyle

MarkerLineColor

public Color MarkerLineColor { get; set; }

Property Value

Color

MarkerSize

public int MarkerSize { get; set; }

Property Value

int

Smooth

public bool Smooth { get; set; }

Property Value

bool