AxisCoreViewModel Class Properties
For a list of all members of this type, see AxisCoreViewModel members.
Public Properties
| Name | Description | |
|---|---|---|
![]() | AnimatedVisibleRange | Gets or sets a VisibleRange value that is applied to this Axis in animated manner. When this property is set, the axis animates the VisibleRange to the new value over a duration of 500ms. |
![]() | AutoRange | Gets or sets a value that defines the Auto-range behavior of this Axis. |
![]() | AutoTicks | Gets or sets a value indicating whether Axis Ticks are calculated automatically. Enabled by default. |
![]() | AxisBandsFill | Gets or sets a Color value that is used to fill Axis Bands, when enabled by DrawMajorBands. |
![]() | AxisTitle | Gets or sets a string value that appears as the Title on this Axis. |
![]() | AxisTitleOffset | Gets or sets an offset of the Axis Title to the axis plane. |
![]() | Background | Gets or sets a Brush that is used for filling the background of this Axis. |
![]() | BorderBrush | Gets or sets a Brush that is used to draw the Border around this Axis. |
![]() | BorderThickness | Gets or sets a value specifying how the Border appears for this Axis. |
![]() | CursorTextFormatting | Gets or sets a string format value that is applied to Axis Labels displayed by a CursorModifier. |
![]() | DrawLabels | Gets or sets a value indicating whether to draw Axis Labels on this Axis. |
![]() | DrawMajorBands | Gets or sets a value indicating whether this Axis should draw major Axis Bands on the Chart Grid. |
![]() | DrawMajorGridLines | Gets or sets a value indicating whether this Axis should draw major Grid Lines on the Chart Grid. |
![]() | DrawMajorTicks | Gets or sets a value indicating whether to draw major Ticks on this Axis. |
![]() | DrawMinorGridLines | Gets or sets a value indicating whether this Axis should draw minor Grid Lines on the Chart Grid. |
![]() | DrawMinorTicks | Gets or sets a value indicating whether to draw minor Ticks on this Axis. |
![]() | FlipCoordinates | Gets or sets a flag indicating whether to flip the tick and pixel coordinate generation for this Axis, causing the axis ticks to decrement and chart to be flipped in the axis direction. |
![]() | FontSize | Gets or sets Font Size applied to text on this Axis. |
![]() | FontWeight | Gets or sets Font Weight applied to text on this Axis. |
![]() | GrowBy | Gets or sets the GrowBy Factor. e.g. GrowBy(0.1, 0.2) will increase the Axis extents by 10% (min) and 20% (max) outside of the data range. |
![]() | Id | Gets or sets the string Id of this Axis. It is used to associate RenderableSeries, ChartModifiers and Annotations with this Axis when there are multiple Axes present. |
![]() | IsStaticAxis | Gets or sets a value indicating whether this Axis is a Static Axis, i.e. non-scrolling Axis. |
![]() | LabelProvider | Gets or sets a SciChart.Charting.Visuals.Axes.LabelProviders.ILabelProvider instance, which may be used to programmatically override the formatting of text and cursor labels. For examples, see the DefaultLabelProvider and SciChart.Charting.Visuals.Axes.LabelProviders.TradeChartAxisLabelProvider |
![]() | MajorDelta | Gets or sets a value that is used to calculate major Ticks when AutoTicks behavior is disabled. |
![]() | MajorGridLinesBrush | Gets or sets a Brush that is used to draw major grid lines of the chart grid. |
![]() | MaxAutoTicks | Gets or sets a value indicating maximal number of auto-generated major ticks when AutoTicks is enabled. |
![]() | MinimalZoomConstraint | Gets or sets a value that specifies the minimal difference between Min and Max of the VisibleRange. |
![]() | MinorDelta | Gets or sets a value that is used to calculate minor Ticks when AutoTicks behavior is disabled. |
![]() | MinorGridLinesBrush | Gets or sets a Brush that is used to draw minor grid lines of the chart grid. |
![]() | MinorsPerMajor | Gets or sets the number of Minor Delta ticks per single Major Tick. |
![]() | StrokeThickness | Gets or sets the Stroke thickness. |
![]() | 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) |
![]() | Tag | Gets or sets a tag, bound by default to the Tag property of the corresponding View. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) |
![]() | TextFormatting | Gets or sets a string format value that is applied to Axis Labels. |
![]() | TickLabelsOffset | Gets or sets an offset of Axis Labels to the axis plane. |
![]() | TickProvider | Gets or sets a SciChart.Charting.Numerics.TickProviders.ITickProvider instance on this Axis, which is used to compute the data-values of Axis Gridlines, Ticks and Labels. |
![]() | TickTextBrush | Gets or sets a Brush that is used to draw Ticks on this Axis. |
![]() | ViewType | Gets the View Type which this ViewModel will be associated with. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) |
![]() | Visibility | Gets or sets a value specifying the visibility of this Axis. |
![]() | VisibleRange | Gets or sets a Range value that is used as the VisibleRange of this Axis. |
See Also
