IChartModifier Interface Properties

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

Public Properties
 NameDescription
 Property Gets or sets the DataContext for this Chart Modifier (Inherited from SciChart.Charting.ChartModifiers.IChartModifierBase)
 PropertyGets or sets whether this Chart Modifier is attached to a parent SciChart.Charting.Visuals.SciChartSurface (Inherited from SciChart.Charting.ChartModifiers.IChartModifierBase)
 Property Gets or sets whether the mouse target is enabled. (Inherited from SciChart.Core.Utility.Mouse.IReceiveMouseEvents)
 PropertyGets or sets a value indicating whether this modifier receives events from other modifiers within the same MouseManager.MouseEventGroup.  
 Property Gets modifier name (Inherited from SciChart.Charting.ChartModifiers.IChartModifierBase)
 PropertyGets 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)
 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)
 PropertyGets or sets the parent SciChart.Charting.Visuals.SciChartSurface to perform operations on  
 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. (Inherited from SciChart.Charting.ChartModifiers.IChartModifierBase)
 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 (Inherited from SciChart.Charting.ChartModifiers.IChartModifierBase)
 PropertyGets the XAxis SciChart.Charting.Visuals.Axes.IAxis instance on the parent SciChart.Charting.Visuals.SciChartSurface  
 PropertyReturns the YAxes on the parent SciChart.Charting.Visuals.SciChartSurface  
 Property Gets the primary YAxis, this is the first axis in the YAxes collection  
Top
See Also