PolylineAnnotation.StartCap Property

Definition

Gets or sets a style for the anchor cap at the start of the annotation line.

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

Property Value

A LineAnchorCapStyle value that represents the style for an anchor cap located at the start of an annotation line.

Applies to