Skip to main content

StripBase.VisibleInLegend Property

Gets or sets whether the chart legend displays a legend item for the strip.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

#Declaration

C#
public bool VisibleInLegend { get; set; }

#Property Value

Type Description
Boolean

true, if the chart legend displays a legend item for the strip; otherwise, false.

See Also