TimeAxis.Cursor2.Style
- Last UpdatedDec 08, 2015
- 1 minute read
The TimeAxis.Cursor2.Style property is a read-write integer property that gets or sets the style of the right time axis cursor. Valid values are:
0 = Solid
1 = Dash
2 = DashDot
3 = DashDotDot
4 = Dot
Syntax
TimeAxis.Cursor2.Style = int;
Result = TimeAxis.Cursor2.Style;
Remarks
The default is 0.