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

本主题中
    PositionChanged 事件 (C1LineMarker)
    本主题中
    Occurs after the LineMarker's position changes.
    语法
    '声明
     
    Public Event PositionChanged As EventHandler(Of PositionChangedArgs)
    public event EventHandler<PositionChangedArgs> PositionChanged
    事件数据

    The event handler receives an argument of type PositionChangedArgs containing data related to this event. The following PositionChangedArgs properties provide information specific to this event.

    属性说明
    Gets the target point at which to show the LineMarker.  
    请参见