ColumnRenderableSeries3DViewModel Class Members
The following tables list the members exposed by ColumnRenderableSeries3DViewModel.
Public Constructors
Name | Description | |
---|---|---|
![]() | ColumnRenderableSeries3DViewModel Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | ColumnShape | Gets or sets the Shape of the colums. Should be of SciChart.Charting3D.PointMarkers.BaseMeshPointMarker3D type |
![]() | 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 in X and Z dimension |
![]() | DataPointWidthX | Gets or sets the DataPointWidthX, a value between 0.0 and 1.0 which defines the fraction of available space each column should occupy in X dimension |
![]() | DataPointWidthZ | Gets or sets the DataPointWidthZ, a value between 0.0 and 1.0 which defines the fraction of available space each column should occupy in Z dimension |
![]() | DataSeries | Gets or sets the DataSeries associated with this series (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel) |
![]() | Fill | Gets or sets the Fill Color for columns |
![]() | IsSelected | Gets or sets whether the series is selected (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel) |
![]() | IsVisible | Gets or sets whether the series is visible when drawn (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel) |
![]() | Opacity | Gets or sets the opacity, bound by default to RenderableSeries.Opacity (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel) |
![]() | PaletteProvider | Gets or sets an optional SciChart.Charting3D.RenderableSeries.IPaletteProvider3D instance, which may be used to override specific data-point colors during rendering. For more details, see the SciChart.Charting3D.RenderableSeries.IPaletteProvider3D documentation (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel) |
![]() | PointMarker | Gets or sets a SciChart.Charting3D.PointMarkers.BasePointMarker3D instance directly on the SciChart.Charting3D.RenderableSeries.BaseRenderableSeries3D When a SciChart.Charting3D.PointMarkers.BasePointMarker3D is present, then the markers will be drawn at each data-point in the series (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel) |
![]() | SelectedDataPointFill | Gets or sets the Fill Color for selected data points |
![]() | Stroke | Gets or sets the stroke color of the series (Inherited from SciChart.Charting3D.Model.ChartSeries.BaseRenderableSeries3DViewModel) |
![]() | 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) |
![]() | ViewType | Overridden. Gets the View Type which this ViewModel will be associated with. |
![]() | ZeroLineY | Gets or sets the value which determines the zero line in Y direction. |
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) |
![]() | SetValue<T> | This method is used to set property value and raise PropertyChanged event handler (Inherited from SciChart.Charting.Model.ChartSeries.BaseSciChartElementViewModel) |
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) |
See Also