PolarDataSeries3D<TAllPoints> Class Members
The following tables list the members exposed by PolarDataSeries3D<TAllPoints>.
Public Constructors
Name | Description | |
---|---|---|
![]() | PolarDataSeries3D<TAllPoints> Constructor | Initializes a new instance of the PolarDataSeries3D<TAllPoints> class. |
Public Fields
Name | Description | |
---|---|---|
![]() | SyncRoot | The Synchronization Object for the DataSeries3D. (Inherited from SciChart.Charting3D.Model.DataSeries3D) |
Protected Fields
Top
Public Properties
Name | Description | |
---|---|---|
![]() | A | The A component of ... (Inherited from SciChart.Charting3D.Model.PolarDataSeries3D<TAllPoints,TAllPoints>) |
![]() | B | The B component of ... (Inherited from SciChart.Charting3D.Model.PolarDataSeries3D<TAllPoints,TAllPoints>) |
![]() | InternalArray | Accesses the internal array. (Inherited from SciChart.Charting3D.Model.YDisplaceableFreeSurfaceDataSeries<TPolar,THeight,TPolar>) |
![]() | IsDirty | Gets or sets a value indicating whether this instance is dirty. If dirty, any cached data must be re-calculated. You can set this value to |
![]() | IsHeightmapDirty | Gets or sets value determining whether the heightmap is dirty. If dirty, cached data must be re-calculated. (Inherited from SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>) |
![]() | IsMeshDirty | Gets or sets value determining whether the mesh is dirty. If dirty, cached data must be re-calculated. (Inherited from SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>) |
![]() | IsSuspended | Gets a value indicating whether updates for the target are currently suspended. (Inherited from SciChart.Charting3D.Model.DataSeries3D) |
![]() | Item | Gets or sets Displacement Map value at the UV index. (Inherited from SciChart.Charting3D.Model.YDisplaceableFreeSurfaceDataSeries<TPolar,THeight,TPolar>) |
![]() | OffsetX | Gets or sets a data offset by X axis of the Surface. (Inherited from SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>) |
![]() | OffsetY | Gets or sets a data offset by Y axis of the Surface. (Inherited from SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>) |
![]() | OffsetZ | Gets or sets a data offset by Z axis of the Surface. (Inherited from SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>) |
![]() | ParentSurface | Gets or sets the parent SciChart.Charting3D.ISciChart3DSurface which this IDataSeries3D instance is attached to. (Inherited from SciChart.Charting3D.Model.DataSeries3D) |
![]() | SeriesName | Gets or sets the name of this series. (Inherited from SciChart.Charting3D.Model.DataSeries3D) |
![]() | UCount | Gets number of U segments of the 2D grid. (Inherited from SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>) |
![]() | VCount | Gets number of V segments of the 2D grid. (Inherited from SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>) |
![]() | XRange | Gets the total extents of the IDataSeries3D in the X direction. (Inherited from SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>) |
![]() | YRange | Gets the total extents of the IDataSeries3D in the Y direction. (Inherited from SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>) |
![]() | ZRange | Gets the total extents of the IDataSeries3D in the Z direction. (Inherited from SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>) |
Public Methods
Name | Description | |
---|---|---|
![]() | Clear | Clears the DataSeries. (Inherited from SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>) |
![]() | CopyFrom | Overloaded. (Inherited from SciChart.Charting3D.Model.YDisplaceableFreeSurfaceDataSeries<TPolar,THeight,TPolar>) |
![]() | DecrementSuspend | Called by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called. (Inherited from SciChart.Charting3D.Model.DataSeries3D) |
![]() | GetBounds | Gets the bounding box for the data (containing XRange, YRange, ZRange). (Inherited from SciChart.Charting3D.Model.DataSeries3D) |
![]() | GetDataValue | Gets the 3-Dimensional data value by specified UV index of the 2D grid in the surface. (Inherited from SciChart.Charting3D.Model.PolarDataSeries3D<TAllPoints,TAllPoints>) |
![]() | GetDisplacedDataValue | Gets the 3-Dimensional data value with the Displacement Map value applied. (Inherited from SciChart.Charting3D.Model.YDisplaceableFreeSurfaceDataSeries<TPolar,THeight,TPolar>) |
![]() | GetRowAt | Returns the row at the specified Z Index (Inherited from SciChart.Charting3D.Model.YDisplaceableFreeSurfaceDataSeries<TPolar,THeight,TPolar>) |
![]() | GetU | Gets the U coordinate by passed index of the 2D grid. (Inherited from SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>) |
![]() | GetV | Gets the V coordinate by passed index of the 2D grid. (Inherited from SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>) |
![]() | InvalidateParentSurface | May be called to trigger a redraw on the parent SciChart.Charting3D.SciChart3DSurface. This method is extremely useful when IDataSeries3D are in a ViewModel and bound via MVVM to SciChart.Charting3D.RenderableSeries.IRenderableSeries3D. Please see the rangeMode parameter for invalidation options. (Inherited from SciChart.Charting3D.Model.DataSeries3D) |
![]() | OnDataSeriesChanged | Raises the DataSeriesChanged event. May be called by DataSeries3D or by user code to trigger a redraw on the ParentSurface. The event is not raised while SciChart.Core.Framework.ISuspendable.IsSuspended is |
![]() | PushRow | Pushes a row into the array, which discards one old row in a First In First Out fashion. use this method to scroll the GridData in the Z-direction (Inherited from SciChart.Charting3D.Model.YDisplaceableFreeSurfaceDataSeries<TPolar,THeight,TPolar>) |
![]() | ResumeUpdates | Resumes updates on the target, intended to be called by SciChart.Core.Framework.IUpdateSuspender. (Inherited from SciChart.Charting3D.Model.DataSeries3D) |
![]() | SetRowAt | Sets the row at the specified Z index (Inherited from SciChart.Charting3D.Model.YDisplaceableFreeSurfaceDataSeries<TPolar,THeight,TPolar>) |
![]() | SuspendUpdates | Overloaded. Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued. (Inherited from SciChart.Charting3D.Model.HeightmapBasedDataSeries3D) |
![]() | ToPointSeries<TPointSeries> | Converts a DataSeries to a IPointSeries3D derived type, for use during the render pass. (Inherited from SciChart.Charting3D.Model.YDisplaceableFreeSurfaceDataSeries<TPolar,THeight,TPolar>) |
Protected Methods
Name | Description | |
---|---|---|
![]() | CalculateRanges | (Inherited from SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>) |
![]() | CreateUpdateSuspender | (Inherited from SciChart.Charting3D.Model.HeightmapBasedDataSeries3D) |
![]() | MarkIsDirtyOnResumeUpdates | (Inherited from SciChart.Charting3D.Model.HeightmapBasedDataSeries3D) |
![]() | OnIsHeightmapDirtyChanged | Invoked right after Dirty State changed to indicated that the heightmap is invalid. (Inherited from SciChart.Charting3D.Model.HeightmapBasedDataSeries3D) |
![]() | OnIsMeshDirtyChanged | Invoked right after Dirty State changed to indicated that the mesh is invalid. (Inherited from SciChart.Charting3D.Model.HeightmapBasedDataSeries3D) |
![]() | OnPropertyChanged | Overloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from SciChart.Data.Model.BindableObject) |
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 | |
---|---|---|
![]() | DataSeriesChanged | Event raised whenever points are added to, removed or one or more DataSeries3D properties changes, requiring a redraw of the parent SciChartSurface. (Inherited from SciChart.Charting3D.Model.DataSeries3D) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from SciChart.Data.Model.BindableObject) |
See Also