Show / Hide Table of Contents

Class ExcelScatterChartSerie

A serie for a scatter chart

Inheritance
System.Object
XmlHelper
ExcelChartSerie
ExcelScatterChartSerie
Inherited Members
ExcelChartSerie._node
ExcelChartSerie._ns
ExcelChartSerie.Header
ExcelChartSerie.HeaderAddress
ExcelChartSerie.Series
ExcelChartSerie.TrendLines
ExcelChartSerie.XSeries
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 sealed class ExcelScatterChartSerie : ExcelChartSerie

Properties

DataLabel

Datalabel

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

Marker

Marker symbol

Declaration
public eMarkerStyle Marker { get; }
Property Value
Type Description
eMarkerStyle

Smooth

Smooth for scattercharts

Declaration
public int Smooth { get; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX