IChart
ChartStyle Property
|
Gets or sets the chart style.
Read/write
ChartStyle
.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
ChartStyle ChartStyle { get; set; }
Property ChartStyle As ChartStyle
Get
Set
property ChartStyle ChartStyle {
ChartStyle get ();
void set (ChartStyle value);
}
abstract ChartStyle : ChartStyle with get, set
Property Value
Type:
ChartStyle
See Also