Legend.Visible Property
Specifies whether the legend is visible.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public bool Visible { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | true, if the legend is visible; otherwise, false. |
See Also