ChartStripLine.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 angle of the title text.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ReportIntProperty ^ TitleAngle { Microsoft::ReportingServices::OnDemandReportRendering::ReportIntProperty ^ get(); };
[System.Obsolete("Use TextOrientation instead.")]
public Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty TitleAngle { get; }
[<System.Obsolete("Use TextOrientation instead.")>]
member this.TitleAngle : Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
Public ReadOnly Property TitleAngle As ReportIntProperty
Property Value
A ReportIntProperty object.
- Attributes