Table of Contents

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

owner IChartNode

Parent.

Properties

Height

Segment relative space.

public double Height { get; set; }

Property Value

double