ChartArea3DStyle.PointGapDepth 属性

定义

获取或设置三维图表区域中序列行之间的距离。

public:
 property int PointGapDepth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int PointGapDepth { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.PointGapDepth : int with get, set
Public Property PointGapDepth As Integer

属性值

Int32

一个 integer 值,该值表示三维图表区域中数据行(即数据序列)之间的距离。 允许的范围为 0-1000%,默认值为 100%。

属性

注解

此属性确定数据行之间的距离,每行对应一个数据序列。 度量单位表示为一行中数据点之间的距离的百分比。

使用自定义属性更改列和条形图类型的列或条形之间的间距 PointWidth 将影响 PointGapDepth 属性值。

IsRightAngleAxes 属性设置为 true (默认值) 以便将图表显示为等角投影。 这会使点间隙深度看起来比此属性设置的百分比更多或更少,这取决于所显示的图表。

若要控制数据点的深度,请使用 PointDepth 属性。

适用于