ChartAxis
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
public string NumberFormat { get; set; }
Public Property NumberFormat As String
Get
Set
public:
virtual property String^ NumberFormat {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract NumberFormat : string with get, set
override NumberFormat : string with get, set
Property Value
Type:
String
Implements
IChartAxis
NumberFormat
See Also