Search
PolarPlot.StartAngle Property
See Also
 






Gets or sets the angle where first data item of series should be drawn.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double StartAngle { get; set; }

Visual Basic  Copy Code

Public Property StartAngle As Double

 Property Value

A double value.

 See Also