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
ownerIChartNodeParent.
typeWallTypeWall type.
Properties
GridStripColorX
Grid strip color for X dimension
public Color GridStripColorX { get; set; }
Property Value
GridStripColorY
Grid strip color for Y dimension
public Color GridStripColorY { get; set; }
Property Value
GridStrips
Grid color strips
public WallGridStripXY GridStrips { get; set; }
Property Value
XGridAxis
Source axis for X grid
public GridAxis XGridAxis { get; set; }
Property Value
YGridAxis
Source axis for Y grid
public GridAxis YGridAxis { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue 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.