Intersoft ClientUI Documentation
LegendTitle Property



Gets or sets the Title content of the Legend.
Syntax
<CategoryAttribute("Common Properties")>
Public Property LegendTitle As Object
Dim instance As UXChart
Dim value As Object
 
instance.LegendTitle = value
 
value = instance.LegendTitle
[CategoryAttribute("Common Properties")]
public object LegendTitle {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Object^ LegendTitle {
   Object^ get();
   void set (    Object^ value);
}
Remarks

LegendTitle is a textual element at the top of legend list element. You can set this textual element using LegendTitle property of UXChart

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXChart Class
UXChart Members

Send Feedback