C1.WPF.C1Chart3D Namespace / C1Chart3D Class / Legend Property


In This Topic
Legend Property (C1Chart3D)
In This Topic
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
See Also