DXPieHint.Enabled Property
Gets or sets whether the Pie Chart displays hints when end users request them.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public virtual bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if the Pie Chart displays hints when end users request them; otherwise false. |
See Also