ComponentOne Chart3D for WPF and Silverlight
Position Property (C1Chart3DLegend)


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

Reference

C1Chart3DLegend Class
C1Chart3DLegend Members