StripLine.BackHatchStyle 属性

定义

获取或设置带状线的阴影样式。Gets or sets the hatching style of the strip line.

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

属性值

ChartHatchStyle

一个 ChartHatchStyle 枚举。A ChartHatchStyle enumeration. 默认值是 NoneThe default value is None.

属性

注解

阴影模式包含纯色背景色和在背景上绘制的线条。The hatch pattern consists of a solid background color and lines drawn over the background. 阴影样式中使用的两种颜色由 BackColorBackSecondaryColor 属性设置。The two colors used in the hatch style are set by the BackColor and BackSecondaryColor properties. 如果将 StripWidth 属性设置为值0.0,则此属性不适用。This property is not applicable if the StripWidth property is set to a value of 0.0.

适用于