IChartModifierBase Interface Properties

For a list of all members of this type, see IChartModifierBase members.

Public Properties
 NameDescription
 Property Gets or sets the DataContext for this Chart Modifier  
 PropertyGets or sets whether this Chart Modifier is attached to a parent SciChart.Charting.Visuals.SciChartSurface  
 Property Gets or sets whether the mouse target is enabled. (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents)
 Property Gets modifier name  
 PropertyGets the SciChart.Charting.Visuals.IChartModifierSurface instance on the parent SciChart.Charting.Visuals.SciChartSurface, which acts as a canvas to place UIElements  
 Property Gets or sets a Mouse Event Group, an ID used to share mouse events across multiple targets. (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents)
 PropertyIf 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.  
 PropertyGets 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  
Top
See Also