ComponentOne Chart3D for WPF and Silverlight
Legend Property (C1Chart3D)


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

Reference

C1Chart3D Class
C1Chart3D Members