Properties  Methods 

IRadarChartModifier Interface Members

The following tables list the members exposed by IRadarChartModifier.

Public Properties
 NameDescription
 PropertyGets the SciChart.Charting.Visuals.SciChartSurfaceBase.ModifierSurface instance on the parent SciChart.Charting.Visuals.SciChartRadarSurface, which acts as a canvas to place UIElements.  
 PropertyGets or sets the parent SciChart.Charting.Visuals.SciChartRadarSurface to perform operations on.  
 PropertyGets the SciChart.Core.Utility.ServiceContainer which provides access to services throughout SciChart. ServiceContainers are created one per SciChart.Charting.Visuals.SciChartRadarSurface instance. For a full list of available services, see the remarks on SciChart.Core.Utility.ServiceContainer.  
Top
Public Methods
 NameDescription
 MethodThis method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return a null reference (Nothing in Visual Basic) (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the System.Xml.Serialization.XmlSchemaProviderAttribute to the class. (Inherited from System.Xml.Serialization.IXmlSerializable)
 MethodCalled when a modifier gets attached to a SciChart.Charting.Visuals.SciChartRadarSurface.  
 MethodCalled immediately before a modifier gets detached from a SciChart.Charting.Visuals.SciChartRadarSurface.  
 MethodGenerates an object from its XML representation. (Inherited from System.Xml.Serialization.IXmlSerializable)
 MethodConverts an object into its XML representation. (Inherited from System.Xml.Serialization.IXmlSerializable)
Top
See Also