| 
AxisTickLabels
Alignment Property
  | 
 Gets or sets the alignment of the labels.
 Namespace:
 Spire.Doc.Fields.Shapes.Charts
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public LabelAlignment Alignment { get; set; }
 
Public Property Alignment As LabelAlignment
	Get
	Set
 
public:
property LabelAlignment Alignment {
	LabelAlignment get ();
	void set (LabelAlignment value);
}
 
member Alignment : LabelAlignment with get, set
 
 
 
Property Value
 
 Type:
 
LabelAlignment
 
 
 See Also
See Also