Table of Contents

Class ThinBorder

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

Border rendered around graph area

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

Constructors

ThinBorder()

Constructor for Form editor/xaml.

public ThinBorder()

ThinBorder(IChartNode, bool)

Constructor

public ThinBorder(IChartNode Owner, bool Visible = true)

Parameters

Owner IChartNode

View owner

Visible bool
param Visible M:LightningChartLib.WinForms.Charting.Views.ThinBorder.#ctor(LightningChartLib.WinForms.Charting.IChartNode,System.Boolean)

Properties

Color

Color Of Border

public Color Color { get; set; }

Property Value

Color

Visible

Boolean for showing border

public bool Visible { get; set; }

Property Value

bool

Width

Border Width

public int Width { get; set; }

Property Value

int

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()

Override ToString

public override string ToString()

Returns

string
returns M:LightningChartLib.WinForms.Charting.Views.ThinBorder.ToString