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