ThinBorderXYRenderBehindSeries Property |
LightningChart .NET Help
Boolean for viewXY if border renders behind axes (true)
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool RenderBehindSeries { get; set; }Public Property RenderBehindSeries As Boolean
Get
Set
public:
property bool RenderBehindSeries {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also