Compartir a través de


RectangleAnnotation.BackHatchStyle Propiedad

Definición

Obtiene o establece el estilo de sombreado del fondo de una anotación.

public:
 virtual property System::Web::UI::DataVisualization::Charting::ChartHatchStyle BackHatchStyle { System::Web::UI::DataVisualization::Charting::ChartHatchStyle get(); void set(System::Web::UI::DataVisualization::Charting::ChartHatchStyle value); };
[System.ComponentModel.Browsable(true)]
public override System.Web.UI.DataVisualization.Charting.ChartHatchStyle BackHatchStyle { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.BackHatchStyle : System.Web.UI.DataVisualization.Charting.ChartHatchStyle with get, set
Public Overrides Property BackHatchStyle As ChartHatchStyle

Valor de propiedad

ChartHatchStyle

Un valor de ChartHatchStyle que se usa para dibujar el fondo.

Atributos

Comentarios

Se usan dos colores para dibujar el sombreado, un color principal que especifica la propiedad y un color secundario que se BackColor especifica con la propiedad BackColor .

Se aplica a