Class ScatterDataSeries
Inheritance
System.Object
ScatterDataSeries
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ScatterDataSeries : DataSeries
Constructors
ScatterDataSeries(SheetChart)
Declaration
public ScatterDataSeries(SheetChart sheetChart)
Parameters
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
MarkerBorder
Declaration
public Line MarkerBorder { get; set; }
Property Value
MarkerFill
Declaration
public Fill MarkerFill { get; set; }
Property Value
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 |
|