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
OwnerIChartNodeView owner
Visibleboolparam 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
Visible
Boolean for showing border
public bool Visible { get; set; }
Property Value
Width
Border Width
public int Width { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue 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