Gets or sets a string to format a value displayed by the label.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public TextFormat TextFormat { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property TextFormat As TextFormat |
| Visual C++ |
|---|
public: property TextFormat^ TextFormat { TextFormat^ get (); void set (TextFormat^ value); } |