Свойство TitleAngle
Gets the calculated value of the TitleAngle property in a ChartStripLine class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property TitleAngle As Integer
Get
'Применение
Dim instance As ChartStripLineInstance
Dim value As Integer
value = instance.TitleAngle
public int TitleAngle { get; }
public:
property int TitleAngle {
int get ();
}
member TitleAngle : int
function get TitleAngle () : int
Значение свойства
Тип System. . :: . .Int32
A int value that represents the calculated value of the TitleAngle property.