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

軸ラベルのスタイルを定義する LabelStyle オブジェクト。

属性

注釈

このプロパティを使用して、軸ラベルのスタイル、書式設定などを指定します。

IsLabelAutoFitプロパティがの場合 true 、フォントサイズ、フォント角度、およびオフセットラベルの使用は自動的に決定されます。 LabelStyle. フォントサイズまたはプロパティのいずれかを設定すると、 Angle IsStaggered プロパティは IsLabelAutoFit に設定され false ます。

時間のない日付で構成される形式がラベルに使用され、使用される DateTime データポイント値が時刻を指定する場合、ラベルの書式設定のために表示されない場合でも、時間はデータポイントの位置に影響します。

適用対象