Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets or returns the rotation angle of text in a chart region, in degrees. This angle must be between -90 and 90 degrees, inclusive.

(ChartRegions obtained from Chart.Legend, Chart.ChartArea, and Chart.PlotArea don't support TextRotationAngle.)

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns the rotation angle of text in a chart region, in degrees. This angle must be between -90 and 90 degrees, inclusive.

_([ChartRegion]s obtained from [Chart.Legend], [Chart.ChartArea], and [Chart.PlotArea] don't support TextRotationAngle.)_
{excerpt}
{signature:C#}
 public int TextRotationAngle{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property TextRotationAngle() As Integer
{signature}