Skip to main content

DXChartBase.ShowHint(CGPoint) Method

Shows a hint for a series point at the specified screen point.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public virtual void ShowHint(
    CGPoint point
)

Parameters

Name Type Description
point CGPoint

The screen point at which the Chart should display a hint, relative to the chart’s top-left corner.

See Also