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