Click or drag to resize

ViewXYGetGraphSegmentInfo Method

LightningChart .NET Help
Gets graph segment info. Useful when multiple Y-axes are defined and you need to know where the graph segment boundaries are.

Namespace:  Arction.Wpf.Charting.Views.ViewXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public GraphSegmentInfo GetGraphSegmentInfo()

Return Value

Type: GraphSegmentInfo
Graph segment info.
See Also