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
Syntaxpublic GraphSegmentInfo GetGraphSegmentInfo()
Public Function GetGraphSegmentInfo As GraphSegmentInfo
public:
GraphSegmentInfo^ GetGraphSegmentInfo()
Return Value
Type:
GraphSegmentInfoGraph segment info.
See Also