Class PointStyleBasic3D
- Namespace
- LightningChartLib.WinForms.Charting.Views.View3D
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Basic point style in 3D.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PointStyleBasic3D : ChartNode, IChartNode, IDisposable, IComparable
- Inheritance
-
PointStyleBasic3D
- Implements
- Inherited Members
Constructors
PointStyleBasic3D()
Constructor
public PointStyleBasic3D()
PointStyleBasic3D(IChartNode)
Constructor
public PointStyleBasic3D(IChartNode owner)
Parameters
ownerIChartNodeparam owner M:LightningChartLib.WinForms.Charting.Views.View3D.PointStyleBasic3D.#ctor(LightningChartLib.WinForms.Charting.IChartNode)
Properties
DetailLevel
Detail level effecting some shape styles
public int DetailLevel { get; set; }
Property Value
PointMaterial
Material of point style.
public Material3D PointMaterial { get; set; }
Property Value
Rotation3D
Rotating angles of 3D shape, in degrees
public PointDoubleXYZ Rotation3D { get; set; }
Property Value
Shape3D
Shape
public PointShape3D Shape3D { get; set; }
Property Value
Size3D
Point size, 3D shape
public SizeDoubleXYZ Size3D { get; set; }
Property Value
Methods
CompareTo(PointStyleBasic3D)
Comparison method to check if given instance refers to this.
public int CompareTo(PointStyleBasic3D other)
Parameters
otherPointStyleBasic3Dparam other M:LightningChartLib.WinForms.Charting.Views.View3D.PointStyleBasic3D.CompareTo(LightningChartLib.WinForms.Charting.Views.View3D.PointStyleBasic3D)
Returns
- int
returns M:LightningChartLib.WinForms.Charting.Views.View3D.PointStyleBasic3D.CompareTo(LightningChartLib.WinForms.Charting.Views.View3D.PointStyleBasic3D)
CompareTo(object)
Comparison method to check if given instance refers to this.
public int CompareTo(object obj)
Parameters
objobjectparam obj M:LightningChartLib.WinForms.Charting.Views.View3D.PointStyleBasic3D.CompareTo(System.Object)
Returns
- int
returns M:LightningChartLib.WinForms.Charting.Views.View3D.PointStyleBasic3D.CompareTo(System.Object)
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