Click or drag to resize

SizeFloatXYZ Class

LightningChart .NET Help
3D size.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVMSizeFloatXYZ

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class SizeFloatXYZ : ChartNode

The SizeFloatXYZ type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyDepth Gets or sets depth value. This is a dependency property.
Public propertyHeight Gets or sets Height value. This is a dependency property.
Public propertyWidth Gets or sets Width value. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodSetValues Set width, height and depth values.
Public methodToString Convert class description to string.
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberDepthProperty Identifies the Depth dependency property.
Public fieldStatic memberHeightProperty Identifies the Height dependency property.
Public fieldStatic memberWidthProperty Identifies the Width dependency property.
Top
See Also