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

ChartBaseView.ShowHint(Int32, Int32) Method

Shows a hint for a series point with the specified index of a series with the given index.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public void ShowHint(
    int seriesIndex,
    int pointIndex
)

Parameters

Name Type Description
seriesIndex Int32

The zero-based index of a series for whose point the chart should show a hint.

pointIndex Int32

The zero-based index of a point for which the chart should show a hint.

See Also