Show / Hide Table of Contents

Class ScatterDataSeries

Inheritance
System.Object
ChartPart
DataSeries
ScatterDataSeries
Inherited Members
DataSeries.DataLabels
DataSeries.DataPoints
DataSeries.MarkerOptions
DataSeries.SeriesName
DataSeries.SeriesCategories
DataSeries.SeriesValues
DataSeries.ValuesFormatCode
ChartPart.Fill
ChartPart.Border
ChartPart.Effects
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ScatterDataSeries : DataSeries

Constructors

ScatterDataSeries(SheetChart)

Declaration
public ScatterDataSeries(SheetChart sheetChart)
Parameters
Type Name Description
SheetChart sheetChart

Properties

BuiltInMarkerSize

Declaration
public int? BuiltInMarkerSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

BuiltInMarkerType

Declaration
public MarkerStyle? BuiltInMarkerType { get; set; }
Property Value
Type Description
System.Nullable<MarkerStyle>

MarkerBorder

Declaration
public Line MarkerBorder { get; set; }
Property Value
Type Description
Line

MarkerFill

Declaration
public Fill MarkerFill { get; set; }
Property Value
Type Description
Fill

SeriesXValues

Declaration
public string SeriesXValues { get; set; }
Property Value
Type Description
System.String

SeriesYValues

Declaration
public string SeriesYValues { get; set; }
Property Value
Type Description
System.String

SmoothedLine

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

VaryColorsByPoint

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