IChartAxis
NumberFormat Property
|
Gets or sets number format string.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
string NumberFormat { get; set; }
Property NumberFormat As String
Get
Set
property String^ NumberFormat {
String^ get ();
void set (String^ value);
}
abstract NumberFormat : string with get, set
Property Value
Type:
String
See Also