FSharpBio


PieChart

Namespace: FSharp.Charting
Parent Module: ChartTypes

Shows how proportions of data, shown as pie-shaped pieces, contribute to the data as a whole.

Constructors

ConstructorDescription
new()
Signature: unit -> PieChart

Instance members

Instance memberDescription
Exploded()
Signature: unit -> bool

Specifies whether the Pie or Doughnut data point is exploded.

Exploded()
Signature: unit -> unit

Specifies whether the Pie or Doughnut data point is exploded.

LabelLineSize3D()
Signature: unit -> int

The 3D label line size as a percentage of the default size.

LabelLineSize3D()
Signature: unit -> unit

The 3D label line size as a percentage of the default size.

LabelsHorizontalLineSize()
Signature: unit -> int

The size of the horizontal segment of the callout line. Any integer from 0 to 100.

LabelsHorizontalLineSize()
Signature: unit -> unit

The size of the horizontal segment of the callout line. Any integer from 0 to 100.

LabelsRadialLineSize()
Signature: unit -> int

The size of the radial segment of the callout line.

LabelsRadialLineSize()
Signature: unit -> unit

The size of the radial segment of the callout line.

MinimumRelativePieSize()
Signature: unit -> int

The minimum pie or doughnut size.

MinimumRelativePieSize()
Signature: unit -> unit

The minimum pie or doughnut size.

PieDrawingStyle()
Signature: unit -> PieDrawingStyle

The drawing style of the data points.

PieDrawingStyle()
Signature: unit -> unit

The drawing style of the data points.

PieLabelStyle()
Signature: unit -> PieLabelStyle

The label style of the data points.

PieLabelStyle()
Signature: unit -> unit

The label style of the data points.

PieLineColor()
Signature: unit -> Color

The color of the radial and horizontal segments of the callout lines.

PieLineColor()
Signature: unit -> unit

The color of the radial and horizontal segments of the callout lines.

PieStartAngle()
Signature: unit -> int

The angle of the data point in the Pie or Doughnut chart.

PieStartAngle()
Signature: unit -> unit

The angle of the data point in the Pie or Doughnut chart.

Fork me on GitHub