Share via


ChartGroup.HasRadarAxisLabels Property

Returns or sets the value stating if a radar chart has axis labels. Applies only to radar charts. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
A Boolean set to True if a radar chart has axis labels; otherwise False

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.Word Namespace