FlexReport for WinForms
MixedStacking プロパティ (ChartBar)


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > ChartBar クラス : MixedStacking プロパティ
Gets or sets a value indicating whether bar charts with mixed positive and negative values display both stacks at each point. Always True for 3D bars.

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;}
参照

参照

ChartBar クラス
ChartBar メンバ