ChartSeriesDataFormat
Type Property
|
Get chart type.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ChartType Type { get; set; }
Public Property Type As ChartType
Get
Set
public:
property ChartType Type {
ChartType get ();
void set (ChartType value);
}
member Type : ChartType with get, set
Property Value
Type:
ChartType
See Also