ThinBorder Constructor (IChartNode, Boolean) |
LightningChart .NET Help
Constructor
Namespace:
Arction.WinForms.Charting.Views
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic ThinBorder(
IChartNode Owner,
bool Visible = true
)
Public Sub New (
Owner As IChartNode,
Optional Visible As Boolean = true
)
public:
ThinBorder(
IChartNode^ Owner,
bool Visible = true
)
Parameters
- Owner
- Type: Arction.WinForms.ChartingIChartNode
View owner - Visible (Optional)
- Type: SystemBoolean
[Missing <param name="Visible"/> documentation for "M:Arction.WinForms.Charting.Views.ThinBorder.#ctor(Arction.WinForms.Charting.IChartNode,System.Boolean)"]
See Also