LineSeriesCursorFullHeight Property |
LightningChart .NET Help
Full cursor height. If true, the cursor height will be the height of the control.
If false, the cursor is vertically painted in the graph area only.
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool FullHeight { get; set; }<DefaultValueAttribute(false)>
Public Property FullHeight As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool FullHeight {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also