RadarAxisViewModel Class Members
The following tables list the members exposed by RadarAxisViewModel.
Public Constructors
| Name | Description | |
|---|---|---|
![]() | RadarAxisViewModel Constructor |
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. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | AutoRange | Gets or sets a value that defines the Auto-range behavior of this Axis. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | AutoTicks | Gets or sets a value indicating whether Axis Ticks are calculated automatically. Enabled by default. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | AxisAlignment | Gets or sets the alignment for this Axis. SciChart.Charting.Visuals.Axes.AxisAlignment.Right is used by default. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | AxisAngle | Gets or set the rotation angle of the current axis. |
![]() | AxisBandsFill | Gets or sets a Color value that is used to fill Axis Bands, when enabled by DrawMajorBands. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | AxisLength | Gets or sets the length of the current axis. |
![]() | AxisLineStyleKey | Gets or sets the style key which will be used to fetch the style. |
![]() | AxisTitle | Gets or sets a string value that appears as the Title on this Axis. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | AxisTitleOffset | Gets or sets an offset of the Axis Title to the axis plane. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | Background | Gets or sets a Brush that is used for filling the background of this Axis. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | BorderBrush | Gets or sets a Brush that is used to draw the Border around this Axis. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | BorderThickness | Gets or sets a value specifying how the Border appears for this Axis. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | CursorTextFormatting | Gets or sets a string format value that is applied to Axis Labels displayed by a CursorModifier. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | DrawAxisLine | Specifies whether to draw the axis line or not. |
![]() | DrawLabels | Gets or sets a value indicating whether to draw Axis Labels on this Axis. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | DrawMajorBands | Gets or sets a value indicating whether this Axis should draw major Axis Bands on the Chart Grid. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | DrawMajorGridLines | Gets or sets a value indicating whether this Axis should draw major Grid Lines on the Chart Grid. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | DrawMajorTicks | Gets or sets a value indicating whether to draw major Ticks on this Axis. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | DrawMinorGridLines | Gets or sets a value indicating whether this Axis should draw minor Grid Lines on the Chart Grid. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | DrawMinorTicks | Gets or sets a value indicating whether to draw minor Ticks on this Axis. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | 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. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | FontSize | Gets or sets Font Size applied to text on this Axis. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | FontWeight | Gets or sets Font Weight applied to text on this Axis. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | GridLinesType | Specifies how grid lines should appear on the RadarSurface. |
![]() | 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. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | HasXAxisDragModifier | Gets or sets a value that defines whether this Axis should participate in XAxisDragModifier operations. By setting this property to |
![]() | HasYAxisDragModifierIncludeAxis | Gets or sets a value that defines whether this Axis should participate in YAxisDragModifier operations. By setting this property to |
![]() | HasZoomPanModifier | Gets or sets a value that defines whether this Axis should participate in ZoomPanModifier operations. By setting this property to |
![]() | 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. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | IsCenterAxis | Gets or sets a value indicating whether current Axis should be placed in the center of a chart. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | IsHorizontalAxis | Gets a value indicating whether the current axis is horizontal or not. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | IsLabelCullingEnabled | Gets or sets a value indicating whether Label Culling is applied when Axis labels overlap. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | IsPrimaryAxis | Gets or sets whether the current Axis is primary in the AxisCollection, i.e. used to draw the chart grid. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | IsStaticAxis | Gets or sets a value indicating whether this Axis is a Static Axis, i.e. non-scrolling Axis. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | 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 (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | MajorDelta | Gets or sets a value that is used to calculate major Ticks when AutoTicks behavior is disabled. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | MajorGridLinesBrush | Gets or sets a Brush that is used to draw major grid lines of the chart grid. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | MaxAutoTicks | Gets or sets a value indicating maximal number of auto-generated major ticks when AutoTicks is enabled. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | MinimalZoomConstraint | Gets or sets a value that specifies the minimal difference between Min and Max of the VisibleRange. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | MinorDelta | Gets or sets a value that is used to calculate minor Ticks when AutoTicks behavior is disabled. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | MinorGridLinesBrush | Gets or sets a Brush that is used to draw minor grid lines of the chart grid. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | MinorsPerMajor | Gets or sets the number of Minor Delta ticks per single Major Tick. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | RangeSyncGroupId | Gets or sets the RangeSyncGroupId identifier for automatic VisibleRange synchronization. In MVVM scenarios, all axes with the same non-null/non-empty RangeSyncGroupId value will automatically synchronize their VisibleRanges. Set to null or empty string to disable synchronization for this axis. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | RangeSyncSourceOnZoomExtents | Gets or sets a value indicating whether this axis's final VisibleRange should be published to peers in its RangeSyncGroupId after a ZoomExtents operation completes. When false (default), ZoomExtents ranges are not propagated through the sync group, so each chart computes its own extents independently. When true, this axis acts as the authoritative source for its group after ZoomExtents, transformed via RangeSyncTransform if set. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | RangeSyncTransform | Gets or sets an optional transform for converting between this axis's VisibleRange and the canonical group range when synchronizing via RangeSyncGroupId. Set to null (default) for identity — the axis's range IS the group range. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | ScientificNotation | Gets or sets used number format. (Inherited from SciChart.Charting.Model.ChartSeries.NumericAxisViewModel) |
![]() | StrokeThickness | Gets or sets the Stroke thickness. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | 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. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | TickLabelsOffset | Gets or sets an offset of Axis Labels to the axis plane. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | 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. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | TickTextBrush | Gets or sets a Brush that is used to draw Ticks on this Axis. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | TitleFontSize | Gets or sets Font Size for the Axis Title. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | TitleFontWeight | Gets or sets Font Weight for the Axis Title. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | ViewType | Overridden. Gets the View Type which this ViewModel will be associated with. |
![]() | Visibility | Gets or sets a value specifying the visibility of this Axis. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | VisibleRange | Gets or sets a Range value that is used as the VisibleRange of this Axis. (Inherited from SciChart.Charting.Model.ChartSeries.AxisCoreViewModel) |
![]() | VisibleRangeChangedCommand | Gets or sets the command to invoke when the VisibleRange is changed. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | VisibleRangeLimit | Gets or sets the limit of the VisibleRange for the Axis. This limit is used to clip the VisibleRange during ZoomExtents and AutoRange operations. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | VisibleRangeLimitMode | Gets or sets a value indicating clipping mode for the VisibleRangeLimit. This property determines how VisibleRangeLimit is applied to the VisibleRange. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | ZoomExtentsRange | Gets or sets the Range that will be applied after a Zoom to Extents operation. If not set, the full data range will be used instead. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
Public Methods
| Name | Description | |
|---|---|---|
![]() | AddToSync | (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | RemoveAxisFromSync | (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | 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) |
![]() | OnVisibleRangeChanged | Raises the VisibleRangeChanged event. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
![]() | 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) |
![]() | VisibleRangeChanged | Raised when the VisibleRange is changed. (Inherited from SciChart.Charting.Model.ChartSeries.AxisBaseViewModel) |
See Also





