LegendItem.BackHatchStyle Propriedade
Definição
Obtém ou define o estilo de hachura de um item de legenda.Gets or sets the hatching style of a legend item.
public:
property System::Windows::Forms::DataVisualization::Charting::ChartHatchStyle BackHatchStyle { System::Windows::Forms::DataVisualization::Charting::ChartHatchStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartHatchStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle BackHatchStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.BackHatchStyle : System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle with get, set
Public Property BackHatchStyle As ChartHatchStyle
Valor da propriedade
Uma ChartHatchStyle enumeração que especifica o estilo de hachura de um item de legenda.A ChartHatchStyle enumeration that specifies the hatching style of a legend item. 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.The color of hatching lines is determined by the BackSecondaryColor property.
Observação
Essa propriedade é aplicável somente a LegendCell objetos com um LegendCellType de SeriesSymbol ou Image .This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image.