IRadarPolygonRenderableSeriesViewModel Interface Members
The following tables list the members exposed by IRadarPolygonRenderableSeriesViewModel.
Public Properties
Name | Description | |
---|---|---|
AntiAliasing | Gets or sets whether this series is anti-aliased. | |
DataSeries | Gets or sets the DataSeries associated with this series. | |
Fill | Gets or sets a brush to fill this SciChart.Charting.Visuals.RenderableSeries.RadarPolygonRenderableSeries. | |
IsFilled | Gets or sets whether this SciChart.Charting.Visuals.RenderableSeries.RadarPolygonRenderableSeries is filled. | |
IsSelected | Gets or sets value, indicates whether this SciChart.Charting.Visuals.RenderableSeries.IRadarPolygonRenderableSeries is selected. | |
IsVisible | Gets or sets whether the series is visible. | |
LegendMarkerTemplate | Gets or sets the DataTemplate which defines the Visual which appears in the Legend and represents the series. | |
PointMarker | Gets or sets a PointMarker which appear for every data-point in the series. | |
SelectedPointMarker | Gets or sets a PointMarker which appears when a data-point is selected. | |
SelectedSeriesStyle | Gets or sets a style for a selected series. | |
SeriesName | Gets or sets the name of this series. | |
Stroke | Gets or sets the stroke color. | |
StrokeThickness | Gets or sets the stroke thickness for this series. | |
StyleKey | The StyleKey to apply to the View (Inherited from SciChart.Charting.Model.ChartSeries.ISciChartElementViewModel) | |
ViewType | Gets The View Type to instantiate for this ViewModel. The View.DataContext will be set to this ViewModel instance (Inherited from SciChart.Charting.Model.ChartSeries.ISciChartElementViewModel) |
See Also