FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.WPF.Chart.Annotation 命名空间 / AnnotationBase 类 / Distance 方法
x-coordinate
y-coordinate

本主题中
    Distance 方法 (AnnotationBase)
    本主题中
    Calculates the annotation distance from the specified point.
    语法
    '声明
     
    Protected Overridable Function Distance( _
       ByVal x As Double, _
       ByVal y As Double _
    ) As Double
    protected virtual double Distance( 
       double x,
       double y
    )

    参数

    x
    x-coordinate
    y
    y-coordinate

    返回值

    Distance,
    请参见