LayoutChangedEventArgs.ChangeType Property
In This Article
Returns the type of changes applied to ChartRangeControlClient.
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public LayoutChangedType ChangeType { get; }
#Property Value
Type | Description |
---|---|
Layout |
The type of changes that are applied to Chart |
Available values:
Name | Description |
---|---|
Layout | The layout is changed when the Chart |
Data | The selected data range is changed. |
See Also