[This is preliminary documentation and is subject to change.]
Namespace: NFX.WinForms.Controls.ChartKit.TemporalAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public TimeLineFormatEventArgs(
DateTime time,
TimeScalePane..::..Tick priorTick,
bool isCursor
)
public TimeLineFormatEventArgs(
DateTime time,
TimeScalePane..::..Tick priorTick,
bool isCursor
)
Public Sub New (
time As DateTime,
priorTick As TimeScalePane..::..Tick,
isCursor As Boolean
)
Public Sub New (
time As DateTime,
priorTick As TimeScalePane..::..Tick,
isCursor As Boolean
)
public:
TimeLineFormatEventArgs(
DateTime time,
TimeScalePane..::..Tick^ priorTick,
bool isCursor
)
public:
TimeLineFormatEventArgs(
DateTime time,
TimeScalePane..::..Tick^ priorTick,
bool isCursor
)
new :
time : DateTime *
priorTick : TimeScalePane..::..Tick *
isCursor : bool -> TimeLineFormatEventArgs
new :
time : DateTime *
priorTick : TimeScalePane..::..Tick *
isCursor : bool -> TimeLineFormatEventArgs