Annotation3DBaseShowTargetCrosshair Property |
LightningChart .NET Help
Show target location crosshair.
Namespace:
Arction.Wpf.Charting.Annotations
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(TargetCrossHair.Auto)]
public TargetCrossHair ShowTargetCrosshair { get; set; }<DefaultValueAttribute(TargetCrossHair.Auto)>
Public Property ShowTargetCrosshair As TargetCrossHair
Get
Set
public:
[DefaultValueAttribute(TargetCrossHair::Auto)]
property TargetCrossHair ShowTargetCrosshair {
TargetCrossHair get ();
void set (TargetCrossHair value);
}Property Value
Type:
TargetCrossHair
See Also