LightningChart .NET Help
Framebox that shows the graph area, in extension to walls.
This is a DependencyProperty.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic FrameBox FrameBox { get; set; }Public Property FrameBox As FrameBox
Get
Set
public:
property FrameBox^ FrameBox {
FrameBox^ get ();
void set (FrameBox^ value);
}Property Value
Type:
FrameBox
See Also