LightningChart .NET Help
Style that defines how the FrameBox is presented.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(FrameBoxFrameBoxStyle.Off)]
public FrameBoxFrameBoxStyle Style { get; set; }<DefaultValueAttribute(FrameBoxFrameBoxStyle.Off)>
Public Property Style As FrameBoxFrameBoxStyle
Get
Set
public:
[DefaultValueAttribute(FrameBoxFrameBoxStyle::Off)]
property FrameBoxFrameBoxStyle Style {
FrameBoxFrameBoxStyle get ();
void set (FrameBoxFrameBoxStyle value);
}Property Value
Type:
FrameBoxFrameBoxStyle
See Also