Axis.LabelAutoFitStyle 屬性

定義

取得或設定容許的標籤變更,您可以進行這些變更,讓標籤沿著座標軸自動調整大小。

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

屬性值

LabelAutoFitStyles 列舉值。

屬性

備註

IsLabelAutoFit 屬性必須設定為 true

適用於