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 オブジェクト。

属性

注釈

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

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

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

適用対象