DataPointCustomProperties.AxisLabel 属性

定义

获取或设置数据点、序列或空点的 X 轴标签的文本。 仅当尚未指定相关 Axis 对象的自定义标签时,才使用此属性。

public:
 virtual property System::String ^ AxisLabel { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public virtual string AxisLabel { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.AxisLabel : string with get, set
Public Overridable Property AxisLabel As String

属性值

String

X 轴标签的文本。

属性

注解

仅可在运行时为对象设置此属性 Series 。 如果设置此属性或 Series 对象,则其所有数据点都将使用此标签。

如果 AxisLabel 未设置该属性,并且尚未指定自定义标签,则将使用轴刻度自动生成轴标签。

空点标签使用 EmptyPointStyle 属性设置。

适用于