ChartView.Hint Property
In This Article
Gets or sets the chart hints.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public Hint Hint { get; set; }
#Property Value
Type | Description |
---|---|
Hint | The Hint object that stores chart hint settings. |
See Also