FSharpBio


DoughnutChart

Namespace: FSharp.Charting
Parent Module: ChartTypes

Similar to the Pie chart type, except that it has a hole in the center.

Constructors

ConstructorDescription
new()
Signature: unit -> DoughnutChart

Instance members

Instance memberDescription
DoughnutRadius()
Signature: unit -> int

The radius of the doughnut portion in the Doughnut chart.

DoughnutRadius()
Signature: unit -> unit

The radius of the doughnut portion in the Doughnut chart.

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.

LabelsHorizontalLineSize()
Signature: unit -> unit

The size of the horizontal segment of the callout line.

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