IRadarPolygonRenderableSeries Interface Properties

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

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
See Also