Text alignment (Left, Center, Right)
Namespace:
am.ChartsAssembly: am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public LabelAlignments Align { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Align As LabelAlignments |
| Visual C++ |
|---|
public: property LabelAlignments Align { LabelAlignments get (); void set (LabelAlignments value); } |