ChartStripLineInstance.TitleAngle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use TextOrientation instead.
Gets the calculated value of the TitleAngle property in a ChartStripLine class.
public:
property int TitleAngle { int get(); };
[System.Obsolete("Use TextOrientation instead.")]
public int TitleAngle { get; }
[<System.Obsolete("Use TextOrientation instead.")>]
member this.TitleAngle : int
Public ReadOnly Property TitleAngle As Integer
Property Value
A int
value that represents the calculated value of the TitleAngle property.
- Attributes