Back to Devexpress

XRChart.AxisVisualRangeChanged Event

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-8af02b5c.md

latest2.5 KB
Original Source

XRChart.AxisVisualRangeChanged Event

Occurs when the axis visual range has been changed.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public event EventHandler<AxisRangeChangedEventArgs> AxisVisualRangeChanged
vb
<Browsable(False)>
Public Event AxisVisualRangeChanged As EventHandler(Of AxisRangeChangedEventArgs)

Event Data

The AxisVisualRangeChanged event's data class is AxisRangeChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
AxisGets the axis for which a range has been changed.
CancelGets or sets whether the axis range change should be cancelled.
MaxChangeGets the axis maximum value when the axis range (the whole range and visual range) has been changed.
MaxInternalChangeGets the internal float representation of the range maximum value when the axis range (the whole range and visual range) has been changed.
MinChangeGets the axis minimum value when the axis range (the whole range and visual range) has been changed.
MinInternalChangeGets the internal float representation of the range minimum value when the axis range (the whole range and visual range) has been changed.

Remarks

To learn more, refer to Visual Ranges and Whole Ranges.

See Also

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace