Annotation3DBaseTargetCrosshairLineStyle Property |
LightningChart .NET Help
Define target crosshair line style.
Namespace:
Arction.Wpf.Charting.Annotations
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic LineStyle TargetCrosshairLineStyle { get; set; }Public Property TargetCrosshairLineStyle As LineStyle
Get
Set
public:
property LineStyle^ TargetCrosshairLineStyle {
LineStyle^ get ();
void set (LineStyle^ value);
}Property Value
Type:
LineStyle
See Also