Back to Devexpress

ChartVisualRangeChangedEventArgs.AxisName Property

blazor-devexpress-dot-blazor-dot-chartvisualrangechangedeventargs-48f31ad7.md

latest1.0 KB
Original Source

ChartVisualRangeChangedEventArgs.AxisName Property

Returns the name of the value axis or null for the argument axis.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public string AxisName { get; }

Property Value

TypeDescription
String

The value axis name.

|

Remarks

Refer to the VisualRangeChanged event description for additional information and an example.

See Also

ChartVisualRangeChangedEventArgs Class

ChartVisualRangeChangedEventArgs Members

DevExpress.Blazor Namespace