LegendItem.BackSecondaryColor 属性

定义

获取或设置图例项的辅助颜色。

public:
 property System::Drawing::Color BackSecondaryColor { 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 BackSecondaryColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BackSecondaryColor : System.Drawing.Color with get, set
Public Property BackSecondaryColor As Color

属性值

一个 Color 值,该值用于带阴影或渐变填充的背景的辅助颜色。 默认值是 Empty

属性

注解

属性 BackSecondaryColor 是确定许多 Chart 对象的辅助背景色的几个相关属性之一;在应用渐变颜色时使用此属性。

仅当 属性设置为 Rectangle时,ImageStyle才实现此属性。

可以将 设置为 BackSecondaryColor 任何有效的 ARGB (alpha、红色、绿色、蓝色) 值。

如果使用阴影, BackSecondaryColor 属性确定图例项的阴影线的颜色。

若要对图例单元格的背景使用渐变颜色,请执行以下操作:

若要使用渐变颜色,请:

注意

此属性仅适用于 LegendCellLegendCellTypeImageSeriesSymbol 对象。

适用于