Axis.Enabled 属性

定义

获取或设置一个指示是否启用轴的值。

public:
 property System::Web::UI::DataVisualization::Charting::AxisEnabled Enabled { System::Web::UI::DataVisualization::Charting::AxisEnabled get(); void set(System::Web::UI::DataVisualization::Charting::AxisEnabled value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.AxisEnabled Enabled { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Enabled : System.Web.UI.DataVisualization.Charting.AxisEnabled with get, set
Public Property Enabled As AxisEnabled

属性值

AxisEnabled

一个 AxisEnabled 枚举值指示是否启用轴。 默认值是 Auto

属性

注解

如果未启用轴,将不会显示轴及其 (刻度线、条带线、标签等) 等。

如果已启用轴,则无论是否使用轴绘制 ,都会显示轴及其所有属性 (刻度线、条带线、标签等 Series) 。

如果使用 的值,则轴可能会显示,也可能不显示,具体取决于它是否用于 Auto 绘制 Series 。 用于绘制数据的轴由 和 XAxisType 属性 YAxisType 设置确定。

备注

如果未启用轴,但相邻轴使用网格线,则其中一条网格线将显示,而不是未启用的轴。 如果将轴的 属性设置为 ,但不使用轴绘制数据,则会发生相同的情况;将改为绘制相邻轴的网格 Enabled Auto 线。

适用于