Table of Contents

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

owner IChartNode
param 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

int

PointMaterial

Material of point style.

public Material3D PointMaterial { get; set; }

Property Value

Material3D

Rotation3D

Rotating angles of 3D shape, in degrees

public PointDoubleXYZ Rotation3D { get; set; }

Property Value

PointDoubleXYZ

Shape3D

Shape

public PointShape3D Shape3D { get; set; }

Property Value

PointShape3D

Size3D

Point size, 3D shape

public SizeDoubleXYZ Size3D { get; set; }

Property Value

SizeDoubleXYZ

Methods

CompareTo(PointStyleBasic3D)

Comparison method to check if given instance refers to this.

public int CompareTo(PointStyleBasic3D other)

Parameters

other PointStyleBasic3D
param 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

obj object
param 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

disposing bool

true if managed resources should be disposed, otherwise false.

ToString()

Convert class description to string

public override string ToString()

Returns

string

String