FSharpBio


PolarChart

Namespace: FSharp.Charting
Parent Module: ChartTypes

A circular graph on which data points are displayed using the angle, and the distance from the center point.

Constructors

ConstructorDescription
new()
Signature: unit -> PolarChart

Instance members

Instance memberDescription
CircularLabelStyle()
Signature: unit -> CircularLabelStyle

The text orientation of the axis labels in Radar and Polar charts.

CircularLabelStyle()
Signature: unit -> unit

The text orientation of the axis labels in Radar and Polar charts.

PolarDrawingStyle()
Signature: unit -> PolarDrawingStyle

The drawing style of the Polar chart type.

PolarDrawingStyle()
Signature: unit -> unit

The drawing style of the Polar chart type.

Fork me on GitHub