Click or drag to resize

PointShapeStyle Constructor (IChartNode)

LightningChart .NET Help
Constructor

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PointShapeStyle(
	IChartNode parent
)

Parameters

parent
Type: Arction.Wpf.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