FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.WPF.Chart.Interaction 命名空间 / C1RangeSelector 类 / OrientationChanged 事件

本主题中
    OrientationChanged 事件 (C1RangeSelector)
    本主题中
    语法
    '声明
     
    Public Event OrientationChanged As EventHandler(Of PropertyChangedEventArgs(Of Orientation))
    public event EventHandler<PropertyChangedEventArgs<Orientation>> OrientationChanged
    事件数据

    The event handler receives an argument of type C1.WPF.PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.

    属性说明
     
     
    请参见