Legend.BackHatchStyle Propriedade

Definição

Obtém ou define o estilo de hachura de uma legenda.Gets or sets the hatching style of a legend.

public:
 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.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.ChartHatchStyle BackHatchStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.BackHatchStyle : System.Web.UI.DataVisualization.Charting.ChartHatchStyle with get, set
Public Property BackHatchStyle As ChartHatchStyle

Valor da propriedade

ChartHatchStyle

Uma ChartHatchStyle enumeração que representa o estilo de hachura de uma legenda.A ChartHatchStyle enumeration that represents the hatching style of a legend. O valor padrão é None.The default value is None.

Atributos

Comentários

A ChartHatchStyle enumeração Especifica o padrão de hachura usado por um pincel de tipo HatchBrush .The ChartHatchStyle enumeration specifies the hatch pattern used by a brush of type HatchBrush. O padrão de hachura consiste em uma cor de plano de fundo sólida e linhas desenhadas em segundo plano.The hatch pattern consists of a solid background color and lines drawn over the background.

Para obter uma lista de estilos de hachura disponíveis, consulte a ChartHatchStyle enumeração.For a listing of available hatching styles, refer to the ChartHatchStyle enumeration.

Observação A cor das linhas de hachura é determinada pela BackSecondaryColor propriedade.Note The color of hatching lines is determined by the BackSecondaryColor property.

Aplica-se a