TextAnnotationViewModel Class Members
The following tables list the members exposed by TextAnnotationViewModel.
Public Constructors
Name | Description | |
---|---|---|
TextAnnotationViewModel Constructor |
Public Properties
Top
Public Methods
Name | Description | |
---|---|---|
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) | |
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 | |
---|---|---|
DragDelta | (Inherited from SciChart.Charting.Model.ChartSeries.BaseAnnotationViewModel) | |
DragEnded | (Inherited from SciChart.Charting.Model.ChartSeries.BaseAnnotationViewModel) | |
DragStarted | (Inherited from SciChart.Charting.Model.ChartSeries.BaseAnnotationViewModel) | |
IsHiddenChanged | (Inherited from SciChart.Charting.Model.ChartSeries.BaseAnnotationViewModel) | |
PropertyChanged | Occurs when a property value changes. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) | |
Selected | (Inherited from SciChart.Charting.Model.ChartSeries.BaseAnnotationViewModel) | |
Unselected | (Inherited from SciChart.Charting.Model.ChartSeries.BaseAnnotationViewModel) |
See Also