Table of Contents

Class WallXZ

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

XZ plane wall.

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

Constructors

WallXZ()

Constructor.

public WallXZ()

WallXZ(IChartNode, WallType)

Constructor.

public WallXZ(IChartNode owner, WallType type)

Parameters

owner IChartNode

Parent.

type WallType

Wall type.

Properties

GridStripColorX

Grid strip color for X dimension

public Color GridStripColorX { 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 WallGridStripXZ GridStrips { get; set; }

Property Value

WallGridStripXZ

XGridAxis

Source axis for X grid

public GridAxis XGridAxis { 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