BoxPlotRenderableSeriesViewModel Class Properties
For a list of all members of this type, see BoxPlotRenderableSeriesViewModel members.
Public Properties
Name | Description | |
---|---|---|
![]() | AntiAliasing | Gets or sets whether this series uses AntiAliasing when drawn (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | DataPointWidth | Gets or sets the DataPointWidth, a value between 0.0 and 1.0 which defines the fraction of available space each column should occupy |
![]() | DataSeries | Gets or sets the DataSeries associated with this series (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | DrawNaNAs | Gets or sets a value indicating how this renderable series will treat double.NaN. See SciChart.Charting.Visuals.RenderableSeries.LineDrawMode for available options (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | Fill | Gets or sets the Brush used for box-plot body |
![]() | IsSelected | Gets or sets whether the series is selected. (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | IsVisible | Gets or sets whether the series is visible when drawn (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | Opacity | Gets or sets the Opacity, bound by default to RenderableSeries.Opacity (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | PaletteProvider | Gets or Sets an optional SciChart.Charting.Visuals.PaletteProviders.IPaletteProvider instance, which may be used to override specific data-point colors during rendering. For more details, see the SciChart.Charting.Visuals.PaletteProviders.IPaletteProvider documentation (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | PointMarker | Gets or sets a SciChart.Charting.Visuals.PointMarkers.BasePointMarker instance directly on the SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries. When a SciChart.Charting.Visuals.PointMarkers.BasePointMarker is present, then the markers will be drawn at each data-point in the series (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | RenderSeriesType | (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | ResamplingMode | Gets or sets the SciChart.Data.Numerics.ResamplingMode used when drawing this series (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | SelectedPointMarker | Gets or sets a SciChart.Charting.Visuals.PointMarkers.BasePointMarker instance directly on the SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries. When a SciChart.Charting.Visuals.PointMarkers.BasePointMarker is present, then the markers will be drawn at each selected data-point in the series. (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | Stroke | Gets or sets the Stroke. (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | StrokeThickness | Gets or sets the StrokeThickness of the line. (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | StyleKey | 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) |
![]() | Tag | Gets or sets a tag, bound by default to RenderableSeries.Tag (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | ViewType | Overridden. Gets the View Type which this ViewModel will be associated with. |
![]() | XAxisId | Gets or sets the ID of the X-Axis which this renderable series is measured against (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | YAxisId | Gets or sets the ID of the Y-Axis which this renderable series is measured against (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
![]() | ZeroLineY | Gets or sets the value which determines the zero line in Y direction. Used to set the bottom of a column, or the zero line in a mountain (Inherited from SciChart.Charting.Model.ChartSeries.BaseRenderableSeriesViewModel) |
See Also