Skip to main content
A newer version of this page is available.

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

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