IBaseGridDataSeries3D Interface Members
The following tables list the members exposed by IBaseGridDataSeries3D.
Public Properties
Name | Description | |
---|---|---|
![]() | 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 True to force recalculation of caches. (Inherited from SciChart.Charting3D.Model.IDataSeries3D) |
![]() | IsSuspended | Gets a value indicating whether updates for the target are currently suspended (Inherited from SciChart.Core.Framework.ISuspendable) |
![]() | Item | Gets or sets the item at the i,j index |
![]() | ParentSurface | Gets or sets the parent SciChart.Charting3D.ISciChart3DSurface which this IDataSeries3D instance is attached to. (Inherited from SciChart.Charting3D.Model.IDataSeries3D) |
![]() | SeriesName | Gets or sets the name of this series. (Inherited from SciChart.Charting3D.Model.IDataSeries3D) |
![]() | XRange | Gets the total extents of the IDataSeries3D in the X direction. (Inherited from SciChart.Charting3D.Model.IDataSeries3D) |
![]() | YRange | Gets the total extents of the IDataSeries3D in the Y direction. (Inherited from SciChart.Charting3D.Model.IDataSeries3D) |
![]() | ZRange | Gets the total extents of the IDataSeries3D in the Z direction. (Inherited from SciChart.Charting3D.Model.IDataSeries3D) |
Public Methods
Name | Description | |
---|---|---|
![]() | Clear | Clears the DataSeries. (Inherited from SciChart.Charting3D.Model.IDataSeries3D) |
![]() | 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.Core.Framework.ISuspendable) |
![]() | GetBounds | Gets the bounding box for the data (containing IDataSeries3D.XRange, IDataSeries3D.YRange, IDataSeries3D.ZRange). (Inherited from SciChart.Charting3D.Model.IDataSeries3D) |
![]() | GetX | Gets the item at the X index |
![]() | GetZ | Gets the item at the Z index |
![]() | OnDataSeriesChanged | Raises the IDataSeries3D.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 True. (Inherited from SciChart.Charting3D.Model.IDataSeries3D) |
![]() | ResumeUpdates | Resumes updates on the target, intended to be called by IUpdateSuspender (Inherited from SciChart.Core.Framework.ISuspendable) |
![]() | SuspendUpdates | Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued (Inherited from SciChart.Core.Framework.ISuspendable) |
![]() | ToPointSeries<TPointSeries> | Converts a DataSeries to a IPointSeries3D derived type, for use during the render pass (Inherited from SciChart.Charting3D.Model.IDataSeries3D) |
See Also