Click or drag to resize

PointStyle3D Class

LightningChart .NET Help
Point style in 3D
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.Views.View3DPointStyle3D

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 PointStyle3D : ChartNode

The PointStyle3D type exposes the following members.

Constructors
 NameDescription
Public methodPointStyle3D Constructor
Public methodPointStyle3D(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 propertyShape2D Shape type for 2D type.
Public propertyShape3D Gets or sets shape. This is a dependency property.
Public propertyShapeType Shape type.
Public propertySize3D Gets or sets point size, for 3D shape. This is a dependency property.
Top
Methods
 NameDescription
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 memberShape2DProperty Identifies the Shape2DProperty dependency property.
Public fieldStatic memberShape3DProperty Identifies the Shape dependency property.
Public fieldStatic memberShapeTypeProperty Identifies the ShapeTypeProperty dependency property.
Public fieldStatic memberSize3DProperty Identifies the Size3D dependency property.
Top
See Also