Annotation.BackGradientStyle 属性

定义

获取或设置批注背景的渐变样式。Gets or sets the gradient style of an annotation background.

public:
 virtual property System::Web::UI::DataVisualization::Charting::GradientStyle BackGradientStyle { System::Web::UI::DataVisualization::Charting::GradientStyle get(); void set(System::Web::UI::DataVisualization::Charting::GradientStyle value); };
public virtual System.Web.UI.DataVisualization.Charting.GradientStyle BackGradientStyle { get; set; }
member this.BackGradientStyle : System.Web.UI.DataVisualization.Charting.GradientStyle with get, set
Public Overridable Property BackGradientStyle As GradientStyle

属性值

GradientStyle

用于绘制批注背景的 GradientStyle 值。A GradientStyle value used to draw an annotation background.

注解

使用两种颜色绘制渐变 BackColorBackSecondaryColorTwo colors are used to draw the gradients, BackColor and BackSecondaryColor.

此属性不适用于行类型批注、图像批注和文本批注。This property does not apply to line-type annotations, image annotations and text annotations.

适用于