FSharpBio


SeriesProperties

Namespace: FSharp.Charting
Parent Module: _ChartStyleExtensions

Constructors

ConstructorDescription
new()
Signature: unit -> SeriesProperties

Instance members

Instance memberDescription
AxisType(YAxisType, XAxisType)
Signature: (YAxisType:AxisType option * XAxisType:AxisType option) -> 'T -> 'T
Type parameters: 'T
DataPoint(Label, LabelToolTip, ToolTip)
Signature: (Label:string option * LabelToolTip:string option * ToolTip:string option) -> 'T -> 'T
Type parameters: 'T
Marker(...)
Signature: (Color:Color option * Size:int option * Step:int option * Style:MarkerStyle option * BorderColor:Color option * BorderWidth:int option) -> 'T -> 'T
Type parameters: 'T
Style(Color, BorderColor, BorderWidth)
Signature: (Color:Color option * BorderColor:Color option * BorderWidth:int option) -> 'T -> 'T
Type parameters: 'T
Fork me on GitHub