ChartVisualRangeChangedEventArgs.IsArgumentAxis Property
Returns whether an argument or value axis is processed.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public bool IsArgumentAxis { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Refer to the VisualRangeChanged event description for more information and a example.
See Also