Class ExcelScatterChartSerie
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- Magicodes.EPPlus.dll
public sealed class ExcelScatterChartSerie : ExcelChartSerie
- Inheritance
-
ExcelScatterChartSerie
- 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
MarkerColor
public Color MarkerColor { get; set; }
Property Value
- Color
MarkerLineColor
public Color MarkerLineColor { get; set; }
Property Value
- Color
MarkerSize
public int MarkerSize { get; set; }
Property Value
- int
Smooth
public int Smooth { get; }
Property Value
- int