Intersoft ClientUI Documentation
LegendVisibility Property



Gets or sets visibility of legend
Syntax
<CategoryAttribute("Common Properties")>
Public Property LegendVisibility As Visibility
Dim instance As UXChart
Dim value As Visibility
 
instance.LegendVisibility = value
 
value = instance.LegendVisibility
[CategoryAttribute("Common Properties")]
public Visibility LegendVisibility {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Visibility LegendVisibility {
   Visibility get();
   void set (    Visibility value);
}
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