Class ThinBorderXY
- Namespace
- LightningChartLib.WinForms.Charting.Views.ViewXY
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Border rendered around graph area
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ThinBorderXY : ThinBorder, IChartNode, IDisposable
- Inheritance
-
ThinBorderXY
- Implements
- Inherited Members
Constructors
ThinBorderXY()
Constructor for Form editor/xaml
public ThinBorderXY()
ThinBorderXY(IChartNode)
Constructor
public ThinBorderXY(IChartNode Owner)
Parameters
OwnerIChartNodeView owner
Properties
RenderBehindSeries
Boolean for viewXY if border renders behind axes (true)
public bool RenderBehindSeries { get; set; }