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
DependencyObject
  LightningChartLib.UWP.ChartingMVVMUiSettings
    LightningChartLib.UWP.ChartingMVVM.Views.View3DFrameBox

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.View3D
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
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.

This is a DependencyProperty

Top
Methods
 NameDescription
Public methodDispose Disposes object.
(Inherited from UiSettings)
Public methodToString Convert class description to string.
Top
Fields
 NameDescription
Public fieldStatic memberLineColorProperty Identifies the LineColor dependency property.
Public fieldStatic memberStyleProperty Identifies the Categorization dependency property.
Top
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.

See Also