CellRange
NumberFormat Property
|
set the number format of the chart data source(excel).
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:
property String^ NumberFormat {
String^ get ();
void set (String^ value);
}
member NumberFormat : string with get, set
Property Value
Type:
String
See Also