ChartArea3DStyle.PointDepth 属性

定义

获取或设置三维图表区域中显示的数据点的深度。

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

属性值

一个 integer 值,该值表示数据点的深度。 允许的范围为 0-1000%。 默认值为 100%。

属性

注解

此属性确定数据点的深度,并表示为数据点宽度的百分比。

属性 PointDepth 只能应用于条形图、柱形图、折线图、饼图和样条图数据点的深度。 如果为其他图表类型设置此属性 (例如,气泡图和点图) 无法“拉伸”其点深度,它将为数据点保留额外的空间,但不会增加其深度。

通过将 属性true设置为 IsRightAngleAxes (默认值),可以将图表显示为等量投影。 这将导致点深度看起来大于或小于此属性设置的百分比,具体取决于显示的图表。

若要控制数据行之间的间距,请使用 PointGapDepth 属性。

适用于