ComponentOne Chart for WPF and Silverlight
LegendItems Property


C1.WPF.C1Chart Namespace > C1Chart Class : LegendItems Property
Gets the collection of legend items.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property LegendItems As LegendItemCollection
'Usage
 
Dim instance As C1Chart
Dim value As LegendItemCollection
 
value = instance.LegendItems
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public LegendItemCollection LegendItems {get;}
See Also

Reference

C1Chart Class
C1Chart Members