public class NavigationCrossSettings : INotifyPropertyChangedPublic Class NavigationCrossSettings
Implements INotifyPropertyChanged| NavigationCrossSettings | Initializes a new instance of NavigationCrossSettings class. |
| 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. |
| EnsureDataItemXIsVisible | Ensures that the value of DataItemX property is within [!:XAxis.MinValue] and [!:XAxis.MaxValue] range. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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) |
| PropertyChanged | Raised whenever a value of a property within this class changes. |