8 references to GetTextOrientation
System.Windows.Forms.DataVisualization (8)
Common\General\Axis.cs (8)
1471
TextOrientation currentTextOrientation = this.
GetTextOrientation
();
1951
this.
GetTextOrientation
());
2012
float angle = (this.
GetTextOrientation
() == TextOrientation.Rotated90) ? 90f : -90f;
2243
SizeF realTitleSize = graph.MeasureString(axisTitle.Replace("\\n", "\n"), this.TitleFont, new SizeF(10000f, 10000f), format, this.
GetTextOrientation
());
2274
if (this.
GetTextOrientation
() == TextOrientation.Rotated90)
2278
else if (this.
GetTextOrientation
() == TextOrientation.Rotated270)
2447
this.
GetTextOrientation
());
3394
SizeF titleStringSize = chartGraph.MeasureStringRel(this.Title.Replace("\\n", "\n"), this.TitleFont, new SizeF(10000f, 10000f), StringFormat.GenericTypographic, this.
GetTextOrientation
());