Share via


ChartStripLine.TitleAngle Property

Gets the angle of the title text.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property TitleAngle As ReportIntProperty
    Get
'Usage
Dim instance As ChartStripLine
Dim value As ReportIntProperty

value = instance.TitleAngle
public ReportIntProperty TitleAngle { get; }
public:
property ReportIntProperty^ TitleAngle {
    ReportIntProperty^ get ();
}
member TitleAngle : ReportIntProperty
function get TitleAngle () : ReportIntProperty