Table of Contents

Class Border

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Border class.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class Border : ChartNode, IChartNode, IDisposable
Inheritance
Border
Implements
Inherited Members

Constructors

Border()

Simple constructor for Form designer's list editor.

public Border()

Border(IChartNode)

Constructor.

public Border(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Color1

Primary color.

public Color Color1 { get; set; }

Property Value

Color

Color2

Secondary color.

public Color Color2 { get; set; }

Property Value

Color

Style

Border style.

public BorderType Style { get; set; }

Property Value

BorderType

Width

Border width.

public double Width { get; set; }

Property Value

double

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.

ToString()

Convert class description to string

public override string ToString()

Returns

string

String