共用方式為


Axis.LabelStyle 屬性

定義

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

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

屬性值

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

屬性

備註

使用這個屬性來指定座標軸標籤的樣式、格式等等。

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

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

適用於