Click or drag to resize

PointStyleBasic3D Class

LightningChart .NET Help
Basic point style in 3D.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.Views.View3DPointStyleBasic3D

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.View3D
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 PointStyleBasic3D : ChartNode, 
	IComparable

The PointStyleBasic3D type exposes the following members.

Constructors
 NameDescription
Public methodPointStyleBasic3D Constructor
Public methodPointStyleBasic3D(IChartNode) Constructor
Top
Properties
 NameDescription
Public propertyDetailLevel Gets or sets detail level effecting some shape styles. This is a dependency property.
Public propertyRotation3D Gets or sets rotating angles of 3D shape, in degrees. This is a dependency property.
Public propertyShape3D Gets or sets shape. This is a dependency property.
Public propertySize3D Gets or sets point size, for 3D shape. This is a dependency property.
Top
Methods
 NameDescription
Public methodCompareTo(Object) Comparison method to check if given instance refers to this.
Public methodCompareTo(PointStyleBasic3D) Comparison method to check if given instance refers to this.
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
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 memberDetailLevelProperty Identifies the DetailLevel dependency property.
Public fieldStatic memberRotation3DProperty Identifies the Rotation3D dependency property.
Public fieldStatic memberShapeProperty Identifies the Shape dependency property.
Public fieldStatic memberSizeProperty Identifies the Size3D dependency property.
Top
See Also