Click or drag to resize

AxisYGetGraphSegmentTopAndHeight Method

LightningChart .NET Help
Gets the axis graph segment top and height in pixels.

Namespace:  Arction.WinForms.Charting.Axes
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool GetGraphSegmentTopAndHeight(
	out float segmentTop,
	out float segmentHeight
)

Parameters

segmentTop
Type: SystemSingle
Segment top in pixels.
segmentHeight
Type: SystemSingle
Segment height in pixels.

Return Value

Type: Boolean
True on successful result, else false.
See Also