NavigationCrossSettingsChartDataIndex Property

Gets or sets an index to ChartData which specifies a DataSeries on which the navigational cross should be displayed.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public virtual int ChartDataIndex { get; set; }

Property Value

Int32

Remarks

The property also controls the visibility of navigation cross. To hide the navigational cross, set this property to -1.

See Also