BaseSciChartElementViewModel Class Members
The following tables list the members exposed by BaseSciChartElementViewModel.
Protected Constructors
Name | Description | |
---|---|---|
![]() | BaseSciChartElementViewModel Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | StyleKey | Gets or Sets the style key which will be used to fetch the style and apply it to the corresponding RenderableSeries. |
![]() | ViewType | Gets the View Type which this ViewModel will be associated with. |
Public Methods
Protected Methods
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | This method is called by the Set accessor of each property. |
![]() | SetValue<T> | This method is used to set property value and raise PropertyChanged event handler |
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. |
See Also