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 属性。

适用于