StackedColumnRenderableSeriesViewModel Class Members
The following tables list the members exposed by StackedColumnRenderableSeriesViewModel.
Public Constructors
Name | Description | |
---|---|---|
![]() | StackedColumnRenderableSeriesViewModel Constructor |
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 (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | DataSeries | Gets or sets the DataSeries associated with this series (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | 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 BaseColumnRenderableSeriesViewModel) |
![]() | Fill | Gets or sets the Fill Brush for columns. The column outline is specified by SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries.Stroke (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | FillBrushMappingMode | Gets or sets a SciChart.Drawing.Common.TextureMappingMode which defines how columns are filled when a gradient SciChart.Charting.Visuals.RenderableSeries.BaseColumnRenderableSeries.Fill is used. If SciChart.Drawing.Common.TextureMappingMode.PerScreen, then a single texture is shared across multiple columns If SciChart.Drawing.Common.TextureMappingMode.PerPrimitive, then a texture is created and scaled per-column fill area (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | IncludeDataPointSelectionModifier | Gets or sets a value indicating whether this series should be included in the DataPointSelectionModifier or not (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | IncludeRolloverModifier | Gets or sets a value indicating whether this series should be included in the RolloverModifier or not (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | IncludeSeriesSelectionModifier | Gets or sets a value indicating whether this series should be included in the SeriesSelectionModifier or not (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | IncludeSeriesValueModifier | Gets or sets a value indicating whether this series should be included in the SeriesValueModifier or not (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | IncludeTooltipModifier | Gets or sets a value indicating whether this series should be included in the TooltipModifier or not (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | IsDigitalLine | Gets or sets a value indicating whether this line series is a digital (step) line (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | IsOneHundredPercent | Gets or sets the value which indicates whether the series are 100% stacked |
![]() | IsSelected | Gets or sets whether the series is selected (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | IsVisible | Gets or sets whether the series is visible when drawn (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | LabelColor | Gets or sets the foreground color for text labels. |
![]() | LabelFontSize | Gets or sets the font size for text labels. |
![]() | LabelTextFormatting | Gets or sets the formatting string for text labels. |
![]() | Opacity | Gets or sets the opacity, bound by default to RenderableSeries.Opacity (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | 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 BaseColumnRenderableSeriesViewModel) |
![]() | 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 BaseColumnRenderableSeriesViewModel) |
![]() | ResamplingMode | Gets or sets the SciChart.Data.Numerics.ResamplingMode used when drawing this series (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | 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 BaseColumnRenderableSeriesViewModel) |
![]() | SeriesInfoProvider | Gets or sets an optional SciChart.Charting.Visuals.RenderableSeries.ISeriesInfoProvider instance, which may be used to override the series info during rendering. For more details, see the SciChart.Charting.Visuals.RenderableSeries.ISeriesInfoProvider documentation (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | ShowLabel | Gets or sets the value indicating whether to show text labels over the columns. |
![]() | Spacing | Gets or sets the value which specifies the width of the gap between horizontally stacked columns. Can be set to either a relative or absolute value depending on the SpacingMode used. |
![]() | SpacingMode | Gets or sets the SpacingMode to use for the space between columns computations. E.g. the default of Absolute requires that Spacing is in pixels. The value of Relative requires that Spacing is a double value from 0.0 to 1.0. |
![]() | StackedGroupId | Gets or sets a string StackedGroupId. All series within the same group get stacked vertically. |
![]() | Stroke | Gets or sets the stroke color of the series (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | StrokeDashArray | Gets or sets a StrokeDashArray property, used to define a dashed line. See the MSDN Documentation for System.Windows.Shapes.Shape.StrokeDashArray as this property attempts to mimic the same behaviour (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | StrokeThickness | Gets or sets the StrokeThickness of the line (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | StyleKey | Gets or Sets the style key which will be used to fetch the style and apply it to the corresponding RenderableSeries. (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | Tag | Gets or sets a tag, bound by default to RenderableSeries.Tag (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | UseUniformWidth | Gets or sets the UseUniformWidth, which specifies that all columns are the to be of the same width (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | 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 BaseColumnRenderableSeriesViewModel) |
![]() | YAxisId | Gets or sets the ID of the Y-Axis which this renderable series is measured against (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | 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 BaseColumnRenderableSeriesViewModel) |
Public Methods
Name | Description | |
---|---|---|
![]() | ToString | Returns a string that represents the current object. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) |
Protected Methods
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | This method is called by the Set accessor of each property. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) |
![]() | OnSelectionChanged | Raises the SelectionChanged event (Inherited from BaseColumnRenderableSeriesViewModel) |
![]() | SetValue<T> | This method is used to set property value and raise PropertyChanged event handler (Inherited from BaseColumnRenderableSeriesViewModel) |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
Public Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) |
![]() | SelectionChanged | Occurs when IsSelected property changed and passes as EventArgs the IsSelected value (Inherited from BaseColumnRenderableSeriesViewModel) |
See Also