Axis.TitleForeColor 属性
定义
获取或设置轴标题的文本颜色。Gets or sets the text color of an axis title.
public:
property System::Drawing::Color TitleForeColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Drawing.Color TitleForeColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.TitleForeColor : System.Drawing.Color with get, set
Public Property TitleForeColor As Color
属性值
Color 指定轴标题文本颜色。A Color that specifies the text color of an axis title. 默认颜色为 Black。The default color is Black.
- 属性
注解
获取或设置对象标题的文本颜色 Axis 。Gets or sets the text color of an Axis object title.
您可以使用任何有效的 ARGB (alpha、红色、绿色、蓝色) 颜色。You can use any valid ARGB (alpha, red, green, blue) color.