PointShapeStyle Constructor (IChartNode) |
LightningChart .NET Help
Constructor
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointShapeStyle(
IChartNode parent
)
Public Sub New (
parent As IChartNode
)
public:
PointShapeStyle(
IChartNode^ parent
)
Parameters
- parent
- Type: Arction.WinForms.ChartingIChartNode
Parent / Owner of the item.
The LightnignChart object this item will be placed at.
E.g, if this item is set to PointShape property of a
FreeFormPointLineSeries, the series is the parent of this item.
See Also