ThinBorder Constructor (IChartNode, Boolean) |
LightningChart .NET Help
Constructor
Namespace:
Arction.Wpf.ChartingMVVM.Views
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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.Wpf.ChartingMVVMIChartNode
View owner - Visible (Optional)
- Type: SystemBoolean
[Missing <param name="Visible"/> documentation for "M:Arction.Wpf.ChartingMVVM.Views.ThinBorder.#ctor(Arction.Wpf.ChartingMVVM.IChartNode,System.Boolean)"]
See Also