Partager via


Propriété ChartStripLineInstance.TitleAngle

Remarque : cette API est désormais obsolète.

Gets the calculated value of the TitleAngle property in a ChartStripLine class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("Use TextOrientation instead.")> _
Public ReadOnly Property TitleAngle As Integer 
    Get
'Utilisation
Dim instance As ChartStripLineInstance 
Dim value As Integer 

value = instance.TitleAngle
[ObsoleteAttribute("Use TextOrientation instead.")]
public int TitleAngle { get; }
[ObsoleteAttribute(L"Use TextOrientation instead.")]
public:
property int TitleAngle {
    int get ();
}
[<ObsoleteAttribute("Use TextOrientation instead.")>]
member TitleAngle : int
function get TitleAngle () : int

Valeur de propriété

Type : System.Int32
A int value that represents the calculated value of the TitleAngle property.

Voir aussi

Référence

ChartStripLineInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering