SeriesInfo3D Class Members
The following tables list the members exposed by SeriesInfo3D.
Public Constructors
Name | Description | |
---|---|---|
![]() | SeriesInfo3D Constructor | Initializes a new instance of the SeriesInfo3D class. |
Public Properties
Name | Description | |
---|---|---|
![]() | Fill | Gets or sets the brush of the series. |
![]() | FormattedXValue | Gets a formatted XValue. |
![]() | FormattedYValue | Gets a formatted YValue. |
![]() | FormattedZValue | Gets a formatted ZValue. |
![]() | HitVertex | Gets or sets System.Windows.Media.Media3D.Vector3D in world coordinates that was at the hit-test site |
![]() | HitVertexCoords | Gets or sets SciChart.Charting3D.Vector3 in world coordinates that was at the hit-test site |
![]() | IsHit | Get or sets whether the HitTest operation was a hit or not |
![]() | IsVisible | Gets or sets whether the SciChart.Charting3D.RenderableSeries.IRenderableSeries3D that this SeriesInfo3D represents is visible or not. NOTE: Setting this value will show or hide the associated SciChart.Charting3D.RenderableSeries.IRenderableSeries3D and may be data-bound to |
![]() | PointMetadata | Gets the metadata associated with the point at the hit-test site. |
![]() | RenderableSeries | Gets the SciChart.Charting3D.RenderableSeries.IRenderableSeries3D instance which this SeriesInfo3D wraps |
![]() | SeriesName | Gets or sets the name of the series. |
![]() | Stroke | Gets or sets the color of the series. |
![]() | XValue | Gets or sets the X-value. |
![]() | YValue | Gets or sets the Y-value. |
![]() | ZValue | Gets or sets the Z-value. |
Public Methods
Protected Methods
Name | Description | |
---|---|---|
![]() | GetXCursorFormattedValue | Returns a value formatted using X axis format for cursors. |
![]() | GetYCursorFormattedValue | Returns a value formatted using Y axis format for cursors. |
![]() | GetZCursorFormattedValue | Returns a value formatted using Z axis format for cursors. |
![]() | 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 | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from SciChart.Data.Model.BindableObject) |
See Also