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
Syntaxpublic bool GetGraphSegmentTopAndHeight(
out float segmentTop,
out float segmentHeight
)
Public Function GetGraphSegmentTopAndHeight (
<OutAttribute> ByRef segmentTop As Single,
<OutAttribute> ByRef segmentHeight As Single
) As Boolean
public:
bool GetGraphSegmentTopAndHeight(
[OutAttribute] float% segmentTop,
[OutAttribute] float% segmentHeight
)
Parameters
- segmentTop
- Type: SystemSingle
Segment top in pixels. - segmentHeight
- Type: SystemSingle
Segment height in pixels.
Return Value
Type:
BooleanTrue on successful result, else false.
See Also