共用方式為


Axis.LabelStyle 屬性

定義

取得或設定座標軸的 LabelStyle 屬性。

public:
 property System::Web::UI::DataVisualization::Charting::LabelStyle ^ LabelStyle { System::Web::UI::DataVisualization::Charting::LabelStyle ^ get(); void set(System::Web::UI::DataVisualization::Charting::LabelStyle ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.LabelStyle LabelStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.LabelStyle : System.Web.UI.DataVisualization.Charting.LabelStyle with get, set
Public Property LabelStyle As LabelStyle

屬性值

LabelStyle

定義座標軸標籤樣式的 LabelStyle 物件。

屬性

備註

您可以使用這個屬性來指定軸標籤的樣式、格式化等等。

如果 IsLabelAutoFit 屬性為 true ,則會自動決定字型大小、字型角度和位移標籤的使用。 如果您將任何一個 LabelStyle 設定為 [大小] 或 [ Angle IsStaggered 屬性], IsLabelAutoFit 屬性會設定為 false

請注意,如果在標籤中包含日期而不含時間的格式是用於標籤,而 DateTime 使用的資料點值指定時間,則時間將會影響資料點的位置,即使它們因為標籤格式而未顯示也一樣。

適用於