SeriesBase.VisibleInLegend Property
Gets or sets whether the legend shows legend items for the series.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public bool VisibleInLegend { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | true, if the legend shows legend items for the series; otherwise, false. |
See Also