Class TimeLineFormatEventArgs
Inheritance
System.Object
System.EventArgs
TimeLineFormatEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: NFX.WinForms.Controls.ChartKit.Temporal
Assembly: NFX.WinForms.dll
Syntax
public class TimeLineFormatEventArgs : EventArgs
Constructors
TimeLineFormatEventArgs(DateTime, TimeScalePane.Tick, Boolean)
Declaration
public TimeLineFormatEventArgs(DateTime time, TimeScalePane.Tick priorTick, bool isCursor)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | time | |
TimeScalePane.Tick | priorTick | |
System.Boolean | isCursor |
Fields
IsCursor
Declaration
public readonly bool IsCursor
Field Value
Type | Description |
---|---|
System.Boolean |
PriorTick
Declaration
public readonly TimeScalePane.Tick PriorTick
Field Value
Type | Description |
---|---|
TimeScalePane.Tick |
Text
Declaration
public string Text
Field Value
Type | Description |
---|---|
System.String |
Time
Declaration
public readonly DateTime Time
Field Value
Type | Description |
---|---|
System.DateTime |