ImageAnnotation.LineDashStyle Property

Definition

This property is not applicable to the image annotation type.

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

Property Value

A ChartDashStyle enumeration value.

Attributes

Remarks

This property is not applicable to the image annotation type.

Applies to