FSharpBio


Docking

Namespace: FSharp.Charting
Parent Module: ChartTypes

Specifies where a chart element, such as a legend or title, will be docked on the chart

Record Fields

Record FieldDescription
Bottom
Signature: Docking
Modifiers: static

Docked to the bottom of either the chart image or a ChartArea object

Left
Signature: Docking
Modifiers: static

Docked to the left of either the chart image or a ChartArea object

Right
Signature: Docking
Modifiers: static

Docked to the right of either the chart image or a ChartArea object

Top
Signature: Docking
Modifiers: static

Docked to the top of either the chart image or a ChartArea object

Fork me on GitHub