Properties  Methods  Events


SeriesInfo3D Class Members

The following tables list the members exposed by SeriesInfo3D.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the SeriesInfo3D class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the brush of the series.  
Public PropertyGets a formatted XValue.  
Public PropertyGets a formatted YValue.  
Public PropertyGets a formatted ZValue.  
Public PropertyGets or sets System.Windows.Media.Media3D.Vector3D in world coordinates that was at the hit-test site  
Public PropertyGets or sets SciChart.Charting3D.Vector3 in world coordinates that was at the hit-test site  
Public PropertyGet or sets whether the HitTest operation was a hit or not  
Public PropertyGets 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  
Public PropertyGets the metadata associated with the point at the hit-test site.  
Public PropertyGets the SciChart.Charting3D.RenderableSeries.IRenderableSeries3D instance which this SeriesInfo3D wraps  
Public PropertyGets or sets the name of the series.  
Public PropertyGets or sets the color of the series.  
Public PropertyGets or sets the X-value.  
Public PropertyGets or sets the Y-value.  
Public PropertyGets or sets the Z-value.  
Top
Public Methods
 NameDescription
Public MethodCreates a new object that is a copy of the current instance.  
Top
Protected Methods
 NameDescription
Protected MethodReturns a value formatted using X axis format for cursors.  
Protected MethodReturns a value formatted using Y axis format for cursors.  
Protected MethodReturns a value formatted using Z axis format for cursors.  
Protected MethodOverloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from SciChart.Data.Model.BindableObject)
Top
Extension Methods
 NameDescription
Public Extension MethodNotifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
Public Events
 NameDescription
Public EventOccurs when a property value changes. (Inherited from SciChart.Data.Model.BindableObject)
Top
See Also