Properties  Events


PointMetadata3D Class Members

The following tables list the members exposed by PointMetadata3D.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the PointMetadata3D class.  
Top
Public Properties
 NameDescription
Public Property Gets or sets a value indicating whether this data-point is selected.  
Public PropertyGets or sets the parent IDataSeries3D  
Public Property Gets or sets the custom scaling for this point. Defaults to 1.0  
Public PropertyGets or sets a custom object or Tag. You can pass through your own Tags to PointMetadata3D and use it in SciChart.Charting3D.RenderableSeries.IPaletteProvider3D, or tooltips or selection callbacks  
Public PropertyGets or sets the overridden VertexColor for this point. Defaults to null (which means use default color provided by the SciChart.Charting3D.RenderableSeries.BaseRenderableSeries3D  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies 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 Event Occurs when a property value changes.  
Top
See Also