Properties  Methods  Events

IRadarPolygonRenderableSeries Interface Members

The following tables list the members exposed by IRadarPolygonRenderableSeries.

Public Properties
 NameDescription
 Property Gets or sets whether lines in this series appear anti-aliased.  
 PropertyGets or sets the data source for this series, a collection of data points of the SciChart.Charting.Model.DataSeries.IRadarPointViewModel type.  
 Property Gets or sets the fill brush for this series.  
 PropertyGets or sets whether this series gets filled with the Fill brush or appears not filled.  
 PropertyGets or sets the value indicating whether this IRadarPolygonRenderableSeries is selected. SelectedSeriesStyle is applied when this property is True.  
 Property Gets a value indicating whether this series is valid for drawing.  
 PropertyGets or sets whether this series is drawn on a SciChart.Charting.Visuals.SciChartRadarSurface.  
 PropertyGets or sets a System.Windows.DataTemplate that defines the Visual to be rendered on the Legend as a series marker for this series.  
 Property Gets or sets the opacity for this series.  
 PropertyGets or sets the SciChart.Charting.Visuals.SciChartRadarSurface that is associated with this series.  
 PropertyGets or sets a SciChart.Charting.Visuals.PointMarkers.BasePointMarker instance for this series. When a SciChart.Charting.Visuals.PointMarkers.BasePointMarker is present, then corresponding markers will be drawn at each data-point from DataSeries in the series.  
 PropertyGets or sets a SciChart.Charting.Visuals.PointMarkers.BasePointMarker instance for this series. When a data-point from DataSeries gets selected, the corresponding marker will be drawn at its location. See SciChart.Charting.Model.DataSeries.IRadarPointViewModel.IsSelected.  
 PropertyGets or sets a style which is applied when this series gets selected. See IsSelected.  
 Property Gets or sets a string name for this series.  
 PropertyGets the SciChart.Core.Utility.ServiceContainer which provides access to services throughout SciChart. ServiceContainers are created one per SciChart.Charting.Visuals.SciChartRadarSurface instance and shared between various scichart components throughout the surface instance.  
 Property Gets or sets the stroke color for this series.  
 Property Gets or sets the stroke thickness for this series.  
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)
 Method Performs the hit-test operation on this series.  
 Method Called internally to render this series.  
 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
Public Events
 NameDescription
 EventEvent raised whenever this series gets selected. See IsSelected.  
Top
See Also