Properties  Methods 

IChartModifierSurface Interface Members

The following tables list the members exposed by IChartModifierSurface.

Public Properties
 NameDescription
 PropertyGets the height of the SciChart.Core.Framework.IHitTestable (Inherited from SciChart.Core.Framework.IHitTestable)
 PropertyGets the width of the SciChart.Core.Framework.IHitTestable (Inherited from SciChart.Core.Framework.IHitTestable)
 Property Gets the collection of UIElement children drawn on the canvas  
 Property Gets or sets whether UIElements added to the ModifierSurface should clip to bounds or not  
 Property Gets or sets the Tooltip shown on this element  
Top
Public Methods
 NameDescription
 MethodCaptures the mouse on the IChartModifierSurface canvas  
 MethodClears all children off the IChartModifierSurface  
 MethodGets the bounds of the current SciChart.Core.Framework.IHitTestable element relative to another SciChart.Core.Framework.IHitTestable element (Inherited from SciChart.Core.Framework.IHitTestable)
 MethodReturns true if the Point is within the bounds of the current SciChart.Core.Framework.IHitTestable element (Inherited from SciChart.Core.Framework.IHitTestable)
 MethodReleases the mouse capture on the IChartModifierSurface canvas  
 MethodTranslates the point relative to the other SciChart.Core.Framework.IHitTestable element (Inherited from SciChart.Core.Framework.IHitTestable)
Top
See Also