Gets or sets label position.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
public LabelsPosition Position { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Position As LabelsPosition |
Visual C++ |
---|
public: property LabelsPosition Position { LabelsPosition get (); void set (LabelsPosition value); } |