LineSeriesCursorFullHeight Property |
LightningChart .NET Help
Gets or sets is use full cursor height. This is a dependency property. 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.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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