ComponentOne Chart for WPF and Silverlight
Position Property (C1ChartLegend)


C1.WPF.C1Chart Namespace > C1ChartLegend Class : Position Property
Gets or sets the legend position. The position is relative to the corresponding chart.
Syntax
'Declaration
 
Public Property Position As LegendPosition
'Usage
 
Dim instance As C1ChartLegend
Dim value As LegendPosition
 
instance.Position = value
 
value = instance.Position
public LegendPosition Position {get; set;}
See Also

Reference

C1ChartLegend Class
C1ChartLegend Members