FrameBoxLineColor Property |
LightningChart .NET Help
Color of the FrameBox line color.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(Color), "White")]
public Color LineColor { get; set; }<DefaultValueAttribute(GetType(Color), "White")>
Public Property LineColor As Color
Get
Set
public:
[DefaultValueAttribute(typeof(Color), L"White")]
property Color LineColor {
Color get ();
void set (Color value);
}Property Value
Type:
Color
See Also