NavigationCrossSettings Class

This class represents settings for DataItem highlighting functionality.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public class NavigationCrossSettings : INotifyPropertyChanged
Inheritance
Object    NavigationCrossSettings
Implements
INotifyPropertyChanged

Remarks

DataItem highlighting functionality displays a navigational cross - two perpendicular lines intersecting at a DataItem specified by DataItemX and ChartDataIndex properties.

Constructors

NavigationCrossSettings Initializes a new instance of NavigationCrossSettings class.

Properties

ChartDataIndex Gets or sets an index to ChartData which specifies a DataSeries on which the navigational cross should be displayed.
DataItemX Gets or sets a value on X-axis which should be highlighted by the navigational cross.

Methods

EnsureDataItemXIsVisible Ensures that the value of DataItemX property is within [!:XAxis.MinValue] and [!:XAxis.MaxValue] range.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnPropertyChanged Fires the PropertyChanged event.
ResetChartDataIndex Sets the ChartDataIndex to the default value.
ResetDataItemX Sets the DataItemX to the default value.
ShouldSerializeChartDataIndex States whether the ChartDataIndex property should be serialized by Visual Studio designer.
ShouldSerializeDataItemX States whether the DataItemX property should be serialized by Visual Studio designer.
ToString Returns a String representation of this object.
(Overrides ObjectToString)

Events

PropertyChanged Raised whenever a value of a property within this class changes.

See Also