ShowTitle Property (PivotChart)
In This Topic
Gets or sets a value that determines whether the chart should include a title.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property ShowTitle As System.Boolean
'Usage
Dim instance As PivotChart
Dim value As System.Boolean
instance.ShowTitle = value
value = instance.ShowTitle
[System.ComponentModel.DefaultValue(true)]
public System.bool ShowTitle {get; set;}
public read-write property ShowTitle: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set ShowTitle : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_ShowTitle();
public: __property void set_ShowTitle(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool ShowTitle {
System.bool get();
void set ( System.bool value);
}
See Also