Title Property (ChartLegend)
In This Topic
Gets or sets a value that determines the title of the legend.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute("")>
Public Property Title As System.String
'Usage
Dim instance As ChartLegend
Dim value As System.String
instance.Title = value
value = instance.Title
[System.ComponentModel.DefaultValue("")]
public System.string Title {get; set;}
public read-write property Title: System.String;
System.ComponentModel.DefaultValueAttribute("")
public function get,set Title : System.String
[System.ComponentModel.DefaultValue("")]
public: __property System.string* get_Title();
public: __property void set_Title(
System.string* value
);
[System.ComponentModel.DefaultValue("")]
public:
property System.String^ Title {
System.String^ get();
void set ( System.String^ value);
}
See Also