LabelAlignment Enumeration
|
Specifies the possible alignment for the tick labels of chart axis.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum LabelAlignment
Public Enumeration LabelAlignment
public enum class LabelAlignment
Members
|
Member name
|
Value
|
Description
|
|
Default
|
0
|
The labels alignment is not specified.
|
|
Center
|
1
|
Specifies that the labels are centered.
|
|
Left
|
2
|
Specifies that the labels are left justified.
|
|
Right
|
3
|
Specifies that the labels are right justified.
|
See Also