The angle from the contour at which the label is displayed. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property LabelAngle() As Double |
[C#] |
---|
public double LabelAngle {get; set;} |
[Managed C++] |
---|
public: __property double get_LabelAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_LabelAngle( double * pLevel ); public: HRESULT put_LabelAngle( double pLevel ); |
[Java] |
---|
public double getLabelAngle(); public void setLabelAngle( double ); |