XlsChartFormat
HasRadarAxisLabels Property
|
True if a radar chart has axis labels. Applies only to radar charts.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasRadarAxisLabels { get; set; }
Public Property HasRadarAxisLabels As Boolean
Get
Set
public:
virtual property bool HasRadarAxisLabels {
bool get () sealed;
void set (bool value) sealed;
}
abstract HasRadarAxisLabels : bool with get, set
override HasRadarAxisLabels : bool with get, set
Property Value
Type:
Boolean
Implements
IChartFormat
HasRadarAxisLabels
See Also