Intersoft ClientUI Documentation
LegendTitleVisibility Property (Legend)



Gets or sets a value that indicates the visibility for title legend
Syntax
Public Property LegendTitleVisibility As Visibility
Dim instance As Legend
Dim value As Visibility
 
instance.LegendTitleVisibility = value
 
value = instance.LegendTitleVisibility
public Visibility LegendTitleVisibility {get; set;}
public:
property Visibility LegendTitleVisibility {
   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

Legend Class
Legend Members

Send Feedback