FSharpBio


ChartingX

Namespace: FSharp.Charting

Nested types and modules

TypeDescription
DataZipper
ModuleDescription
ChartTypes

Type extensions

Type extensionDescription
ColumnsWithBreak(max charts)
Signature: max:int -> charts:seq<GenericChart> -> GenericChart

Create a combined chart with the given charts placed in columns

RowsWithBreak(max charts)
Signature: max:int -> charts:seq<GenericChart> -> GenericChart

Create a combined chart with the given charts placed in rows

SaveChartAs(filename format ch)
Signature: filename:string -> format:ChartImageFormat -> ch:'?7603 -> unit
Type parameters: '?7603

Save the chart as an image in the specified image format (by piping)

SaveChartAsWithSize(...)
Signature: filename:string -> format:ChartImageFormat -> width:int -> height:int -> ch:'?7601 -> unit
Type parameters: '?7601

Save the chart as an image in the specified image format (by piping)

ShowChart(ch)
Signature: ch:'?7597 -> '?7597
Type parameters: '?7597

Display the chart in a new ChartControl in a new Form() (by piping)

ShowChartWithSize(width height ch)
Signature: width:int -> height:int -> ch:'?7599 -> '?7599
Type parameters: '?7599

Display the chart in a new ChartControl in a new Form() (by piping)

WithAreaStyle(...)
Signature: (BorderColor:Color option * BorderWidth:int option * BorderDashStyle:DashStyle option) -> '?7605 -> '?7605
Type parameters: '?7605

Apply additional styling to the chart area

WithXAxis2LabelStyle(...)
Signature: (Enabled:bool option * Angle:int option * Color:Color option * Crossing:float option * Format:string option * Interval:float option * IntervalOffset:float option * IntervalOffsetType:DateTimeIntervalType option * IntervalType:DateTimeIntervalType option * IsEndLabelVisible:bool option * IsStaggered:bool option * LineColor:Color option * LineWidth:int option * MajorGrid:Grid option * MinorGrid:Grid option * MajorTickMark:TickMark option * MinorTickMark:TickMark option * TruncatedLabels:bool option * FontName:string option * FontStyle:FontStyle option * FontSize:float option) -> '?7609 -> '?7609
Type parameters: '?7609

Apply additional styling to the second x-axis label

WithXAxisLabelStyle(...)
Signature: (Enabled:bool option * Angle:int option * Color:Color option * Crossing:float option * Format:string option * Interval:float option * IntervalOffset:float option * IntervalOffsetType:DateTimeIntervalType option * IntervalType:DateTimeIntervalType option * IsEndLabelVisible:bool option * IsStaggered:bool option * LineColor:Color option * LineWidth:int option * MajorGrid:Grid option * MinorGrid:Grid option * MajorTickMark:TickMark option * MinorTickMark:TickMark option * TruncatedLabels:bool option * FontName:string option * FontStyle:FontStyle option * FontSize:float option) -> '?7607 -> '?7607
Type parameters: '?7607

Apply additional styling to the x-axis label

WithYAxis2LabelStyle(...)
Signature: (Enabled:bool option * Angle:int option * Color:Color option * Crossing:float option * Format:string option * Interval:float option * IntervalOffset:float option * IntervalOffsetType:DateTimeIntervalType option * IntervalType:DateTimeIntervalType option * IsEndLabelVisible:bool option * IsStaggered:bool option * LineColor:Color option * LineWidth:int option * MajorGrid:Grid option * MinorGrid:Grid option * MajorTickMark:TickMark option * MinorTickMark:TickMark option * TruncatedLabels:bool option * FontName:string option * FontStyle:FontStyle option * FontSize:float option) -> '?7613 -> '?7613
Type parameters: '?7613

Apply additional styling to the second y-axis label

WithYAxisLabelStyle(...)
Signature: (Enabled:bool option * Angle:int option * Color:Color option * Crossing:float option * Format:string option * Interval:float option * IntervalOffset:float option * IntervalOffsetType:DateTimeIntervalType option * IntervalType:DateTimeIntervalType option * IsEndLabelVisible:bool option * IsStaggered:bool option * LineColor:Color option * LineWidth:int option * MajorGrid:Grid option * MinorGrid:Grid option * MajorTickMark:TickMark option * MinorTickMark:TickMark option * TruncatedLabels:bool option * FontName:string option * FontStyle:FontStyle option * FontSize:float option) -> '?7611 -> '?7611
Type parameters: '?7611

Apply additional styling to the y-axis label

Fork me on GitHub