Table of Contents

Class WallYZ

Namespace
LightningChartLib.WinForms.Charting.Views.View3D
Assembly
LightningChart.WinForms.Charting.NET4.dll

YZ plane wall

[TypeConverter(typeof(ExpandableObjectConverter))]
public class WallYZ : WallBase, IChartNode, IDisposable
Inheritance
WallYZ
Implements
Inherited Members

Constructors

WallYZ()

Constructor.

public WallYZ()

WallYZ(IChartNode, WallType)

Constructor

public WallYZ(IChartNode owner, WallType type)

Parameters

owner IChartNode
param owner M:LightningChartLib.WinForms.Charting.Views.View3D.WallYZ.#ctor(LightningChartLib.WinForms.Charting.IChartNode,LightningChartLib.WinForms.Charting.WallType)
type WallType
param type M:LightningChartLib.WinForms.Charting.Views.View3D.WallYZ.#ctor(LightningChartLib.WinForms.Charting.IChartNode,LightningChartLib.WinForms.Charting.WallType)

Properties

GridStripColorY

Grid strip color for Y dimension

public Color GridStripColorY { get; set; }

Property Value

Color

GridStripColorZ

Grid strip color for Z dimension

public Color GridStripColorZ { get; set; }

Property Value

Color

GridStrips

Grid color strips

public WallGridStripYZ GridStrips { get; set; }

Property Value

WallGridStripYZ

YGridAxis

Source axis for Y grid

public GridAxis YGridAxis { get; set; }

Property Value

GridAxis

ZGridAxis

Source axis for Z grid

public GridAxis ZGridAxis { get; set; }

Property Value

GridAxis

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