FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.WPF.Chart 命名空间 / Waterfall 类 / Start 属性

本主题中
    Start 属性 (Waterfall)
    本主题中
    Gets or sets a value that determines the value of the start bar. If start is null, start bar will not show.
    语法
    '声明
     
    Public Property Start As Nullable(Of Double)
    public Nullable<double> Start {get; set;}
    请参见