Class ChartPaneMouseEventArgs
Inheritance
System.Object
System.EventArgs
ChartPaneMouseEventArgs
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 ChartPaneMouseEventArgs : EventArgs
Fields
Chart
Declaration
public readonly TimeSeriesChart Chart
Field Value
Type | Description |
---|---|
TimeSeriesChart |
EventType
Declaration
public readonly ChartPaneMouseEventArgs.MouseEventType EventType
Field Value
Type | Description |
---|---|
ChartPaneMouseEventArgs.MouseEventType |
MouseEvent
Declaration
public readonly MouseEventArgs MouseEvent
Field Value
Type | Description |
---|---|
System.Windows.Forms.MouseEventArgs |
Pane
Declaration
public readonly PlotPane Pane
Field Value
Type | Description |
---|---|
PlotPane |
SampleAtX
Declaration
public readonly ITimeSeriesSample SampleAtX
Field Value
Type | Description |
---|---|
ITimeSeriesSample |
ValueAtY
Declaration
public readonly float ValueAtY
Field Value
Type | Description |
---|---|
System.Single |