Class PointStyle3D
- Namespace
- LightningChartLib.WinForms.Charting.Views.View3D
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Point style in 3D
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PointStyle3D : ChartNode, IChartNode, IDisposable
- Inheritance
-
PointStyle3D
- Implements
- Inherited Members
Constructors
PointStyle3D()
Constructor
public PointStyle3D()
PointStyle3D(IChartNode)
Constructor
public PointStyle3D(IChartNode owner)
Parameters
ownerIChartNodeparam owner M:LightningChartLib.WinForms.Charting.Views.View3D.PointStyle3D.#ctor(LightningChartLib.WinForms.Charting.IChartNode)
Properties
DetailLevel
Detail level effecting some shape styles
public int DetailLevel { get; set; }
Property Value
Rotation3D
Rotating angles of 3D shape, in degrees
public PointDoubleXYZ Rotation3D { get; set; }
Property Value
Shape2D
Shape type for 2D type.
public PointShapeStyle Shape2D { get; set; }
Property Value
Shape3D
Shape
public PointShape3D Shape3D { get; set; }
Property Value
ShapeType
Shape type.
public ShapeType ShapeType { get; set; }
Property Value
Size3D
Point size, 3D shape
public SizeDoubleXYZ Size3D { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.
ToString()
Convert class description to string
public override string ToString()
Returns
- string
String