ChartGroup.HasRadarAxisLabels Property
true if a radar chart has axis labels. Read/write Boolean value.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property HasRadarAxisLabels As Boolean
Get
Set
'Usage
Dim instance As ChartGroup
Dim value As Boolean
value = instance.HasRadarAxisLabels
instance.HasRadarAxisLabels = value
bool HasRadarAxisLabels { get; set; }
Property Value
Type: System.Boolean
Remarks
This property applies only to radar charts.