TextOrientation
Namespace: FSharp.Charting
Parent Module: ChartTypes
Specifies text orientation in a chart element
Record Fields
Record Field | Description |
Auto
Signature: TextOrientation
Modifiers: static
|
Text orientation is automatically determined, based on the type of chart element in which the text appears.
|
Horizontal
Signature: TextOrientation
Modifiers: static
|
Text is horizontal.
|
Rotated270
Signature: TextOrientation
Modifiers: static
|
Text is rotated 270 degrees and oriented from bottom to top.
|
Rotated90
Signature: TextOrientation
Modifiers: static
|
Text is rotated 90 degrees and oriented from top to bottom.
|
Stacked
Signature: TextOrientation
Modifiers: static
|
Text characters are not rotated and are positioned one below the other.
|