Table of Contents

Class FrameBox

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

On View3D a certain area is selected that axes are shown around. In effect the axes form a cube that the axes are drawn on three edges of. The area is further specified by drawing walls on some of it's faces. The area can also be visualized by drawing a framebox around it. The FrameBox consists of lines drawn along the edges of the cube.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class FrameBox : UiSettings, IDisposable
Inheritance
FrameBox
Implements
Inherited Members

Remarks

Visibility for the FrameBox can be controlled using the Style property.

To show only the Framebox, set all walls visibility to false.

Unlike most LC objects, this can be shared between different parents.

Constructors

FrameBox()

Constructor

public FrameBox()

Properties

LineColor

Color of the FrameBox line color.

public Color LineColor { get; set; }

Property Value

Color

Style

Style that defines how the FrameBox is presented.

public FrameBox.FrameBoxStyle Style { get; set; }

Property Value

FrameBox.FrameBoxStyle

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.