AxisCoreViewModel Class Members
The following tables list the members exposed by AxisCoreViewModel.
Public Constructors
Name | Description | |
---|---|---|
AxisCoreViewModel Constructor |
Public Properties
Name | Description | |
---|---|---|
AnimatedVisibleRange | ||
AutoRange | ||
AutoTicks | ||
AxisBandsFill | ||
AxisTitle | ||
AxisTitleOffset | ||
Background | ||
BorderBrush | ||
BorderThickness | ||
CursorTextFormatting | ||
DrawLabels | ||
DrawMajorBands | ||
DrawMajorGridLines | ||
DrawMajorTicks | ||
DrawMinorGridLines | ||
DrawMinorTicks | ||
FlipCoordinates | ||
FontSize | ||
FontWeight | ||
GrowBy | ||
Id | ||
IsStaticAxis | ||
LabelProvider | ||
MajorDelta | ||
MajorGridLinesBrush | ||
MaxAutoTicks | ||
MinimalZoomConstraint | ||
MinorDelta | ||
MinorsPerMajor | ||
StrokeThickness | ||
StyleKey | Gets or Sets the style key which will be used to fetch the style and apply it to the corresponding RenderableSeries. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) | |
TextFormatting | ||
TickLabelsOffset | ||
TickProvider | ||
TickTextBrush | ||
ViewType | Gets the View Type which this ViewModel will be associated with. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) | |
Visibility | ||
VisibleRange |
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 | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) |
See Also