Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The rotation increment for the axis labels to automatically fit within the Chart.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ChartLabelRotationTypes
'Usage
Dim instance As ChartLabelRotationTypes
public enum ChartLabelRotationTypes
public enum class ChartLabelRotationTypes
type ChartLabelRotationTypes
public enum ChartLabelRotationTypes
Members
Member name | Description | |
---|---|---|
None | Do not rotate axis labels. | |
Rotate15 | Rotate axis labels in 15 degree increments. | |
Rotate30 | Rotate axis labels in 30 degree increments. | |
Rotate45 | Rotate axis labels in 45 degree increments. | |
Rotate90 | Rotate axis labels in 90 degree increments. |