Class YAxisSegment
- Namespace
- LightningChartLib.WinForms.Charting.Views.ViewXY
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Y-axis segment.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class YAxisSegment : ChartNode, IChartNode, IDisposable
- Inheritance
-
YAxisSegment
- Implements
- Inherited Members
Constructors
YAxisSegment()
Constructor.
public YAxisSegment()
YAxisSegment(IChartNode)
Constructor.
public YAxisSegment(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
Height
Segment relative space.
public double Height { get; set; }