IChartModifier Interface Members
The following tables list the members exposed by IChartModifier.
Public Properties
Name | Description | |
---|---|---|
DataContext | Gets or sets the DataContext for this Chart Modifier (Inherited from SciChart.Charting.ChartModifiers.IChartModifierBase) | |
IsAttached | Gets or sets whether this Chart Modifier is attached to a parent SciChart.Charting.Visuals.SciChartSurface (Inherited from SciChart.Charting.ChartModifiers.IChartModifierBase) | |
IsEnabled | Gets or sets whether the mouse target is enabled. (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents) | |
IsSynchronized | Gets or sets a value indicating whether this modifier receives events from other modifiers within the same MouseManager.MouseEventGroup. | |
ModifierName | Gets modifier name (Inherited from SciChart.Charting.ChartModifiers.IChartModifierBase) | |
ModifierSurface | Gets the SciChart.Charting.Visuals.IChartModifierSurface instance on the parent SciChart.Charting.Visuals.SciChartSurface, which acts as a canvas to place UIElements (Inherited from SciChart.Charting.ChartModifiers.IChartModifierBase) | |
MouseEventGroup | Gets or sets a Mouse Event Group, an ID used to share mouse events across multiple targets. (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents) | |
ParentSurface | Gets or sets the parent SciChart.Charting.Visuals.SciChartSurface to perform operations on | |
ReceiveHandledEvents | If true, this IChartModifier can receive handled events. Chart modifiers work similarly to mouse event handlers in WPF and Silverlight. If a modifier further up the stack receives an event and handles it, then subsequent modifiers do not receive the event. This property overrides this behaviour. (Inherited from SciChart.Charting.ChartModifiers.IChartModifierBase) | |
Services | Gets the SciChart.Core.Utility.ServiceContainer which provides access to services throughout SciChart. ServiceContainers are created one per SciChart.Charting.Visuals.SciChartSurface instance, and shared between peripheral components such as SciChart.Charting.Visuals.Axes.AxisBase, SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries, ChartModifierBase instances. For a full list of available services, see the remarks on SciChart.Core.Utility.ServiceContainer (Inherited from SciChart.Charting.ChartModifiers.IChartModifierBase) | |
XAxis | Gets the XAxis SciChart.Charting.Visuals.Axes.IAxis instance on the parent SciChart.Charting.Visuals.SciChartSurface | |
YAxes | Returns the YAxes on the parent SciChart.Charting.Visuals.SciChartSurface | |
YAxis | Gets the primary YAxis, this is the first axis in the YAxes collection |
Public Methods
Top
See Also