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

本主题中
    IntermediateTotalPositions 属性 (Waterfall)
    本主题中
    Gets or sets the value of the property that contains the index for positions of the intermediate total bar.
    语法
    '声明
     
    Public Property IntermediateTotalPositions As IList(Of Integer)
    public IList<int> IntermediateTotalPositions {get; set;}
    备注
    The property should work with ShowIntermediateTotal and IntermediateTotalLabels properties.
    请参见