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