Table of Contents

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

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

int

Rotation3D

Rotating angles of 3D shape, in degrees

public PointDoubleXYZ Rotation3D { get; set; }

Property Value

PointDoubleXYZ

Shape2D

Shape type for 2D type.

public PointShapeStyle Shape2D { get; set; }

Property Value

PointShapeStyle

Shape3D

Shape

public PointShape3D Shape3D { get; set; }

Property Value

PointShape3D

ShapeType

Shape type.

public ShapeType ShapeType { get; set; }

Property Value

ShapeType

Size3D

Point size, 3D shape

public SizeDoubleXYZ Size3D { get; set; }

Property Value

SizeDoubleXYZ

Methods

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