ScaleBreakDiagonalLineSpacing Property |
LightningChart .NET Help
Gap of lines in pixels. Applied, if fill style is line.
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(10)]
public double DiagonalLineSpacing { get; set; }<DefaultValueAttribute(10)>
Public Property DiagonalLineSpacing As Double
Get
Set
public:
[DefaultValueAttribute(10)]
property double DiagonalLineSpacing {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also