PointMetadata3D Class Members
The following tables list the members exposed by PointMetadata3D.
Public Constructors
Name | Description | |
---|---|---|
![]() | PointMetadata3D Constructor | Initializes a new instance of the PointMetadata3D class. |
Public Properties
Name | Description | |
---|---|---|
![]() | IsSelected | Gets or sets a value indicating whether this data-point is selected. |
![]() | Parent | Gets or sets the parent IDataSeries3D |
![]() | PointScale | Gets or sets the custom scaling for this point. Defaults to 1.0 |
![]() | Tag | Gets 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 |
![]() | VertexColor | Gets or sets the overridden VertexColor for this point. Defaults to null (which means use default color provided by the SciChart.Charting3D.RenderableSeries.BaseRenderableSeries3D |
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. |
See Also