Properties  Events

IAxisViewModel Interface Members

The following tables list the members exposed by IAxisViewModel.

Public Properties
 NameDescription
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property  
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property  
 Property  
 Property  
 Property  
 Property  
 Property  
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property Gets or sets the group identifier for automatic VisibleRange synchronization between axes in MVVM scenarios.  
 PropertyGets 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.  
 PropertyGets 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.  
 Property The StyleKey to apply to the View (Inherited from SciChart.Charting.Model.ChartSeries.ISciChartElementViewModel)
 Property Gets or sets a tag, bound by default to the Tag property of the corresponding View (Inherited from SciChart.Charting.Model.ChartSeries.ISciChartElementViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property  
 Property  
 Property Gets The View Type to instantiate for this ViewModel. The View.DataContext will be set to this ViewModel instance (Inherited from SciChart.Charting.Model.ChartSeries.ISciChartElementViewModel)
 Property  
 Property (Inherited from SciChart.Charting.Model.ChartSeries.IAxisCoreViewModel)
 Property  
 Property  
Top
Public Events
 NameDescription
 Event Raised when the VisibleRange is changed  
Top
See Also