Table of Contents

Class WallXY

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

XY plane wall.

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

Constructors

WallXY()

Constructor.

public WallXY()

WallXY(IChartNode, WallType)

Constructor.

public WallXY(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

GridStripColorY

Grid strip color for Y dimension

public Color GridStripColorY { get; set; }

Property Value

Color

GridStrips

Grid color strips

public WallGridStripXY GridStrips { get; set; }

Property Value

WallGridStripXY

XGridAxis

Source axis for X grid

public GridAxis XGridAxis { get; set; }

Property Value

GridAxis

YGridAxis

Source axis for Y grid

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

Class description as a string.