TimeSpanAxisViewModel Class Members
The following tables list the members exposed by TimeSpanAxisViewModel.
Public Constructors
Name | Description | |
---|---|---|
TimeSpanAxisViewModel Constructor | Initializes a new instance of the TimeSpanAxisViewModel class. |
Public Properties
Top
Public Methods
Name | Description | |
---|---|---|
AddToSync | (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) | |
RemoveAxisFromSync | (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) | |
ToString | Returns a string that represents the current object. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) |
Protected Methods
Name | Description | |
---|---|---|
OnPropertyChanged | This method is called by the Set accessor of each property. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) | |
OnVisibleRangeChanged | Raises the VisibleRangeChanged event (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) | |
SetValue<T> | This method is used to set property value and raise PropertyChanged event handler (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) |
Extension Methods
Name | Description | |
---|---|---|
DebugFinalizer<T> | Notifies that finalizer has been invoked | |
ToDoubleArray | Overloaded. Converts an System.IComparable array to double array | |
ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. | |
ToStringArray2D<T> |
Public Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) | |
VisibleRangeChanged | Raised when the VisibleRange is changed (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
See Also