ChartSeries.CategoryAxisName プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この系列をプロットするカテゴリ軸の名前。
public:
property System::String ^ CategoryAxisName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("")]
public string CategoryAxisName { get; set; }
[<System.ComponentModel.DefaultValue("")>]
member this.CategoryAxisName : string with get, set
Public Property CategoryAxisName As String
プロパティ値
string 値。
- 属性