LayoutChangedEventArgs(LayoutChangedType, Object, Object) Constructor
In This Article
Initializes a new instance of the LayoutChangedEventArgs class with specified settings.
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public LayoutChangedEventArgs(
LayoutChangedType changeType,
object start = null,
object end = null
)
#Parameters
Name | Type | Description |
---|---|---|
change |
Layout |
The type of changes applied to Chart |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
start | Object | null | The start value of the bound chart’s whole range (X-axis). |
end | Object | null | The end value of the bound chart’s whole range (X-axis). |
See Also