LineSeriesCursorThinHairCross Property |
LightningChart .NET Help
Draw haircross horizontal line as 1px width, otherwise as wide as vertical.
Namespace:
Arction.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool ThinHairCross { get; set; }<DefaultValueAttribute(false)>
Public Property ThinHairCross As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool ThinHairCross {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also