Class GraphSegmentInfo
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Graph segment info. Needed when showing multiple Y-axes stacked.
public class GraphSegmentInfo
- Inheritance
-
GraphSegmentInfo
- Inherited Members
Constructors
GraphSegmentInfo()
Constructor for Form designer list editor.
public GraphSegmentInfo()
Fields
FirstSegmentTop
First segment top.
public float FirstSegmentTop
Field Value
GraphHeight
Graph height.
public float GraphHeight
Field Value
SegmentBottoms
Segment bottom coordinates.
public float[] SegmentBottoms
Field Value
- float[]
SegmentCount
Segment count.
public int SegmentCount
Field Value
SegmentTops
Segment top coordinates.
public float[] SegmentTops
Field Value
- float[]
Methods
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
Class description as a string.