FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.WPF.Chart 命名空间 / Axis 类 / Binding 属性

本主题中
    Binding 属性 (Axis)
    本主题中
    Gets or sets the comma-separated property names for the DataSource property to use in axis labels.
    语法
    '声明
     
    Public Property Binding As String
    public string Binding {get; set;}
    备注
    The first name specifies the value on the axis, the second represents the corresponding axis label.The default value is "Value,Text".
    请参见