AnnotationGroup.BackGradientStyle Property

Definition

Gets or sets the background gradient style of an annotation.

public:
 virtual property System::Windows::Forms::DataVisualization::Charting::GradientStyle BackGradientStyle { System::Windows::Forms::DataVisualization::Charting::GradientStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::GradientStyle value); };
[System.ComponentModel.Browsable(false)]
public override System.Windows.Forms.DataVisualization.Charting.GradientStyle BackGradientStyle { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.BackGradientStyle : System.Windows.Forms.DataVisualization.Charting.GradientStyle with get, set
Public Overrides Property BackGradientStyle As GradientStyle

Property Value

A GradientStyle value used to draw the background of an annotation.

Attributes

Remarks

Two colors are used to draw the gradient, BackColor and BackSecondaryColor.

Applies to