AxisAlignmentChangedEventArgs

StockSharp.Xaml.Charting

Event Args used by the VisibleRangeChanged event

Herda de: EventArgs

Construtores

AxisAlignmentChangedEventArgs(string, AxisAlignment, AxisAlignment)

Initializes a new instance of the AxisAlignmentChangedEventArgs class.

Propriedades

AxisId : string

Gets the Id of IAxis, which alignment has been changed

NewAlignment : AxisAlignment

Gets the new AxisAlignment value

OldAlignment : AxisAlignment

Gets the old AxisAlignment value