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
ownerIChartNodeParent.
Properties
Color1
Primary color.
public Color Color1 { get; set; }
Property Value
Color2
Secondary color.
public Color Color2 { get; set; }
Property Value
Style
Border style.
public BorderType Style { get; set; }
Property Value
Width
Border width.
public double 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()
Convert class description to string
public override string ToString()
Returns
- string
String