'Declaration
<System.ComponentModel.CategoryAttribute("Attributes")> <System.ComponentModel.DescriptionAttribute("Controls the representation of the series in the legend.")> Public Property Legend As NSeriesLegend
'Usage
Dim instance As NSeriesBase Dim value As NSeriesLegend instance.Legend = value value = instance.Legend
[System.ComponentModel.Category("Attributes")] [System.ComponentModel.Description("Controls the representation of the series in the legend.")] public NSeriesLegend Legend {get; set;}