ComponentOne Chart3D for WPF and Silverlight
LabelPosition Property (C1Chart3DLegend)


C1.WPF.C1Chart3D Namespace > C1Chart3DLegend Class : LabelPosition Property
Gets or sets the label position in the legend.
Syntax
'Declaration
 
Public Property LabelPosition As LegendLabelPosition
'Usage
 
Dim instance As C1Chart3DLegend
Dim value As LegendLabelPosition
 
instance.LabelPosition = value
 
value = instance.LabelPosition
public LegendLabelPosition LabelPosition {get; set;}
See Also

Reference

C1Chart3DLegend Class
C1Chart3DLegend Members