ChartArea.BackSecondaryColor Propriedade
Definição
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
Valor da propriedade
Um valor Color.A Color value. O valor padrão é Empty.The default value is Empty.
- Atributos
Comentários
Essa BackSecondaryColor propriedade é uma das várias propriedades relacionadas que determinam a cor secundária do plano de fundo dos Chart objetos e é usada quando as cores de gradiente são aplicadas.This BackSecondaryColor property is one of several related properties that determine the secondary background color of Chart objects, and is used when gradient colors are being applied.
Você pode definir BackSecondaryColor para qualquer valor de ARGB (alfa, vermelho, verde e azul) válido.You can set BackSecondaryColor to any valid ARGB (alpha, red, green, blue) value.
Se a hachura for usada, a BackSecondaryColor propriedade determinará a cor das linhas de hachura da área do gráfico.If hatching is used, the BackSecondaryColor property determines the color of the hatching lines for the chart area.
Para usar cores de gradiente para o plano de fundo de uma área de gráfico:To use gradient colors for the background of a chart area:
Defina a cor primária com a BackColor propriedade.Set the primary color with the BackColor property.
Defina a cor secundária com a BackSecondaryColor propriedade.Set the secondary color with the BackSecondaryColor property.
Defina a BackGradientStyle propriedade para o estilo de gradiente desejado.Set the BackGradientStyle property to the desired gradient style.