IChartModifierBase Interface Members
The following tables list the members exposed by IChartModifierBase.
Public Properties
Name | Description | |
---|---|---|
DataContext | Gets or sets the DataContext for this Chart Modifier | |
IsAttached | Gets or sets whether this Chart Modifier is attached to a parent SciChart.Charting.Visuals.SciChartSurface | |
IsEnabled | Gets or sets whether the mouse target is enabled. (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents) | |
ModifierName | Gets modifier name | |
ModifierSurface | Gets the SciChart.Charting.Visuals.IChartModifierSurface instance on the parent SciChart.Charting.Visuals.SciChartSurface, which acts as a canvas to place UIElements | |
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) | |
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. | |
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 |
Public Methods
Top
See Also