FSharpBio


FunnelChart

Namespace: FSharp.Charting
Parent Module: ChartTypes

Displays in a funnel shape data that equals 100% when totaled.

Constructors

ConstructorDescription
new()
Signature: unit -> FunnelChart

Instance members

Instance memberDescription
CalloutLineColor()
Signature: unit -> Color

The line color of the callout for the data point labels of Funnel or Pyramid charts.

CalloutLineColor()
Signature: unit -> unit

The line color of the callout for the data point labels of Funnel or Pyramid charts.

Funnel3DDrawingStyle()
Signature: unit -> Funnel3DDrawingStyle

The 3D drawing style of the Funnel chart type.

Funnel3DDrawingStyle()
Signature: unit -> unit

The 3D drawing style of the Funnel chart type.

Funnel3DRotationAngle()
Signature: unit -> int

The 3D rotation angle of the Funnel chart type.

Funnel3DRotationAngle()
Signature: unit -> unit

The 3D rotation angle of the Funnel chart type.

FunnelInsideLabelAlignment()
Signature: unit -> FunnelInsideLabelAlignment

The data point label placement of the Funnel chart type when the FunnelLabelStyle is set to Inside.

FunnelInsideLabelAlignment()
Signature: unit -> unit

The data point label placement of the Funnel chart type when the FunnelLabelStyle is set to Inside.

FunnelLabelStyle()
Signature: unit -> FunnelLabelStyle

The data point label style of the Funnel chart type.

FunnelLabelStyle()
Signature: unit -> unit

The data point label style of the Funnel chart type.

FunnelMinPointHeight()
Signature: unit -> int

The minimum height of a data point in the Funnel chart, measured in relative coordinates.

FunnelMinPointHeight()
Signature: unit -> unit

The minimum height of a data point in the Funnel chart, measured in relative coordinates.

FunnelNeckHeight()
Signature: unit -> int

The neck height of the Funnel chart type.

FunnelNeckHeight()
Signature: unit -> unit

The neck height of the Funnel chart type.

FunnelNeckWidth()
Signature: unit -> int

The neck width of the Funnel chart type.

FunnelNeckWidth()
Signature: unit -> unit

The neck width of the Funnel chart type.

FunnelOutsideLabelPlacement()
Signature: unit -> FunnelOutsideLabelPlacement

Placement of the data point label in the Funnel chart when FunnelLabelStyle is set to Outside or OutsideInColumn.

FunnelOutsideLabelPlacement()
Signature: unit -> unit

Placement of the data point label in the Funnel chart when FunnelLabelStyle is set to Outside or OutsideInColumn.

FunnelPointGap()
Signature: unit -> int

The gap size between the points of a Funnel chart, measured in relative coordinates.

FunnelPointGap()
Signature: unit -> unit

The gap size between the points of a Funnel chart, measured in relative coordinates.

FunnelStyle()
Signature: unit -> FunnelStyle

The style of the Funnel chart type.

FunnelStyle()
Signature: unit -> unit

The style of the Funnel chart type.

Fork me on GitHub