NavigationCrossSettingsEnsureDataItemXIsVisible Method

Ensures that the value of DataItemX property is within [!:XAxis.MinValue] and [!:XAxis.MaxValue] range.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
protected virtual void EnsureDataItemXIsVisible()

Remarks

This method is automaticallly called whenever ChartDataIndex is set to a value highert than -1.

See Also