TimeSpanAxis3DViewModel Class Members
The following tables list the members exposed by TimeSpanAxis3DViewModel.
Public Constructors
Name | Description | |
---|---|---|
![]() | TimeSpanAxis3DViewModel Constructor | Initializes a new instance of the TimeSpanAxis3DViewModel class. |
Public Properties
Name | Description | |
---|---|---|
![]() | AnimatedVisibleRange | (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | AutoRange | (Inherited from AxisBase3DViewModel) |
![]() | AutoTicks | (Inherited from AxisBase3DViewModel) |
![]() | AxisBandsFill | (Inherited from AxisBase3DViewModel) |
![]() | AxisTitle | (Inherited from AxisBase3DViewModel) |
![]() | AxisTitleOffset | (Inherited from AxisBase3DViewModel) |
![]() | AxisTitleOrientation | (Inherited from AxisBase3DViewModel) |
![]() | Background | (Inherited from AxisBase3DViewModel) |
![]() | BorderBrush | (Inherited from AxisBase3DViewModel) |
![]() | BorderThickness | (Inherited from AxisBase3DViewModel) |
![]() | CursorTextFormatting | (Inherited from AxisBase3DViewModel) |
![]() | DrawLabels | (Inherited from AxisBase3DViewModel) |
![]() | DrawMajorBands | If True, draws Major Axis Bands (a filled area between major gridlines), else skips this step. (Inherited from AxisBase3DViewModel) |
![]() | DrawMajorGridLines | If True, draws Major Grid Lines, else skips this step. (Inherited from AxisBase3DViewModel) |
![]() | DrawMajorTicks | (Inherited from AxisBase3DViewModel) |
![]() | DrawMinorGridLines | If True, draws Minor Grid Lines, else skips this step. (Inherited from AxisBase3DViewModel) |
![]() | DrawMinorTicks | (Inherited from AxisBase3DViewModel) |
![]() | FlipCoordinates | (Inherited from AxisBase3DViewModel) |
![]() | FontFamily | Gets or sets a font of the axis plane labels. (Inherited from AxisBase3DViewModel) |
![]() | FontSize | (Inherited from AxisBase3DViewModel) |
![]() | FontWeight | (Inherited from AxisBase3DViewModel) |
![]() | GrowBy | (Inherited from AxisBase3DViewModel) |
![]() | Id | (Inherited from AxisBase3DViewModel) |
![]() | IsStaticAxis | (Inherited from AxisBase3DViewModel) |
![]() | LabelDepthTestEnabled | If True, labels text is always on top. (Inherited from AxisBase3DViewModel) |
![]() | LabelProvider | (Inherited from AxisBase3DViewModel) |
![]() | MajorDelta | (Inherited from AxisBase3DViewModel) |
![]() | MajorGridLinesBrush | (Inherited from AxisBase3DViewModel) |
![]() | MaxAutoTicks | (Inherited from AxisBase3DViewModel) |
![]() | MinimalZoomConstraint | (Inherited from AxisBase3DViewModel) |
![]() | MinorDelta | (Inherited from AxisBase3DViewModel) |
![]() | MinorsPerMajor | (Inherited from AxisBase3DViewModel) |
![]() | NegativeSideClipping | Gets or sets a value determining how Renderable Series is clipped by axis at its negative side. (Inherited from AxisBase3DViewModel) |
![]() | PlaneBorderColor | Gets or sets a color of the axis plane border. (Inherited from AxisBase3DViewModel) |
![]() | PlaneBorderThickness | Gets or sets a thickness of the axis plane border. (Inherited from AxisBase3DViewModel) |
![]() | PositiveSideClipping | Gets or sets a value determining how Renderable Series is clipped by axis at its positive side. (Inherited from AxisBase3DViewModel) |
![]() | StrokeThickness | (Inherited from AxisBase3DViewModel) |
![]() | StyleKey | Gets or Sets the style key which will be used to fetch the style and apply it to the corresponding RenderableSeries. (Inherited from AxisBase3DViewModel) |
![]() | TextFormatting | (Inherited from AxisBase3DViewModel) |
![]() | TickLabelOrientation | (Inherited from AxisBase3DViewModel) |
![]() | TickLabelsOffset | (Inherited from AxisBase3DViewModel) |
![]() | TickProvider | (Inherited from AxisBase3DViewModel) |
![]() | TickTextBrush | (Inherited from AxisBase3DViewModel) |
![]() | ViewType | Overridden. Gets the View Type which this ViewModel will be associated with. |
![]() | Visibility | (Inherited from AxisBase3DViewModel) |
![]() | VisibleRange | (Inherited from AxisBase3DViewModel) |
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 AxisBase3DViewModel) |
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