ChartGroup.RadarAxisLabels Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the radar axis labels for the specified chart group. Read-only.
public:
property Microsoft::Office::Interop::Word::TickLabels ^ RadarAxisLabels { Microsoft::Office::Interop::Word::TickLabels ^ get(); };
public Microsoft.Office.Interop.Word.TickLabels RadarAxisLabels { get; }
member this.RadarAxisLabels : Microsoft.Office.Interop.Word.TickLabels
Public ReadOnly Property RadarAxisLabels As TickLabels