Click or drag to resize

FrameBox Class

LightningChart .NET Help
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.
Inheritance Hierarchy
SystemObject
  Arction.WinForms.ChartingUiSettings
    Arction.WinForms.Charting.Views.View3DFrameBox

Namespace:  Arction.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class FrameBox : UiSettings

The FrameBox type exposes the following members.

Constructors
  NameDescription
Public methodFrameBox
Constructor
Top
Properties
  NameDescription
Public propertyLineColor
Color of the FrameBox line color.
Public propertyStyle
Style that defines how the FrameBox is presented.
Top
Methods
  NameDescription
Public methodDispose
Disposes object.
(Inherited from UiSettings.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ObjectToString.)
Top
See Also