ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartDataSeries.LegendEntry Property

Gets or sets whether the series label appears in the legend.

[Visual Basic]

Public Property LegendEntry As Boolean

[C#]

public bool LegendEntry {get;set;}

[Delphi]

public property LegendEntry: Boolean read get_LegendEntry write set_LegendEntry;

Remarks

Occasionally, it is useful to chart a data series without including the series in the legend. Setting the LegendEntry property to false hides the series entry in the legend.

See Also

ChartDataSeries Class | ChartDataSeries Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.