Intersoft ClientUI Documentation
LegendPosition Property



Gets or sets position for legend
Syntax
<CategoryAttribute("Common Properties")>
Public Property LegendPosition As ChartPosition
Dim instance As UXChart
Dim value As ChartPosition
 
instance.LegendPosition = value
 
value = instance.LegendPosition
[CategoryAttribute("Common Properties")]
public ChartPosition LegendPosition {get; set;}
[CategoryAttribute("Common Properties")]
public:
property ChartPosition LegendPosition {
   ChartPosition get();
   void set (    ChartPosition value);
}
Remarks

In a normal chart, the legend is most often located on the right hand side of the chart and can sometimes be surrounded by a border. However, you can set the position of legend to your liking by using LegendPosition property of UXChart. There are eight position that you can choose from:

Example
XAML
Copy Code
<Intersoft:UXChart LegendTitle="Participants" LegendPosition="BottomLeft" LegendVisibility="Visible" />
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