IMsoChart.ShowAxisFieldButtons Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property ShowAxisFieldButtons As Boolean
Get
Set
'Usage
Dim instance As IMsoChart
Dim value As Boolean
value = instance.ShowAxisFieldButtons
instance.ShowAxisFieldButtons = value
bool ShowAxisFieldButtons { get; set; }
Property Value
Type: System.Boolean