Properties  Methods  Events


SciChart.Charting Assembly > SciChart.Charting.Model.ChartSeries Namespace : RadarPolygonRenderableSeriesViewModel Class
RadarPolygonRenderableSeriesViewModel Class Members

The following tables list the members exposed by RadarPolygonRenderableSeriesViewModel.

Public Constructors
Public Properties
 NameDescription
Public Property Gets or sets whether this series is anti-aliased.  
Public Property Gets or sets the DataSeries associated with this series.  
Public PropertyGets or sets a brush to fill the SciChart.Charting.Visuals.RenderableSeries.RadarPolygonRenderableSeries.  
Public Property Gets or sets whether the polygon is filled.  
Public Property Gets or sets value, indicates whether this series is selected.  
Public Property Gets or sets whether the series is visible.  
Public Property Gets or sets the DataTemplate which defines the Visual which appears in the Legend and represents the series.  
Public Property Gets or sets a PointMarker which appear for every data-point in the series.  
Public Property Gets or sets a PointMarker which appears when a data point is selected.  
Public Property Gets or sets a style for a selected series.  
Public Property Gets or sets the name of this series.  
Public Property Gets or sets the stroke color.  
Public Property Gets or sets the stroke thickness in pixels for this series.  
Public Property Gets or Sets the style key which will be used to fetch the style and apply it to the corresponding RenderableSeries. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Public PropertyOverridden.  Gets the View Type which this ViewModel will be associated with.  
Top
Public Methods
 NameDescription
Public MethodReturns a string that represents the current object. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Top
Protected Methods
 NameDescription
Protected Method This method is called by the Set accessor of each property. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Protected Method This method is used to set property value and raise PropertyChanged event handler (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
Public Events
 NameDescription
Public Event Occurs when a property value changes. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel)
Top
See Also