'宣言 Public Property MixedStacking As System.Boolean
'使用法 Dim instance As ChartBar Dim value As System.Boolean instance.MixedStacking = value value = instance.MixedStacking
public System.bool MixedStacking {get; set;}
If True, postive values are stacked above the origin and negative values are stacked below the origin.
If False, values are stacked by simple addition of values in series order.
'宣言 Public Property MixedStacking As System.Boolean
'使用法 Dim instance As ChartBar Dim value As System.Boolean instance.MixedStacking = value value = instance.MixedStacking
public System.bool MixedStacking {get; set;}