58 references to GenericTypographic
System.Web.DataVisualization (29)
Common\Annotation\ImageAnnotation.cs (1)
577using (StringFormat format = new StringFormat(StringFormat.GenericTypographic))
Common\Annotation\TextAnnotation.cs (2)
577using (StringFormat format = new StringFormat(StringFormat.GenericTypographic)) 954StringFormat.GenericTypographic);
Common\ChartTypes\BoxPlotChart.cs (2)
933graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic)); 961graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
Common\ChartTypes\ColumnChart.cs (2)
1246SizeF sizeFont = graph.GetRelativeSize(graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic)); 1368SizeF sizeFont = graph.GetRelativeSize(graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
Common\ChartTypes\ErrorBarChart.cs (2)
990graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic)); 1018graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
Common\ChartTypes\FunnelChart.cs (2)
1522 StringFormat.GenericTypographic ); 1673 StringFormat.GenericTypographic);
Common\ChartTypes\PieChart.cs (2)
1256StringFormat.GenericTypographic)); 5572 new StringFormat(StringFormat.GenericTypographic)));
Common\ChartTypes\PointChart.cs (2)
701graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic)); 704graph.MeasureString("W", point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
Common\ChartTypes\RadarChart.cs (1)
1072SizeF sizeFont = graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic);
Common\ChartTypes\StackedAreaChart.cs (2)
1038StringFormat.GenericTypographic)); 1520StringFormat.GenericTypographic));
Common\ChartTypes\StackedBarChart.cs (3)
1095StringFormat.GenericTypographic)); 2030StringFormat.GenericTypographic)); 2079new StringFormat(StringFormat.GenericTypographic)));
Common\ChartTypes\StackedColumnChart.cs (4)
1178StringFormat.GenericTypographic)); 1232StringFormat.GenericTypographic)); 1898StringFormat.GenericTypographic)); 1944StringFormat.GenericTypographic));
Common\ChartTypes\StockChart.cs (2)
1021sizeFont = graph.GetRelativeSize(graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic)); 1055sizeFont = graph.GetRelativeSize(graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
Common\General\Axis.cs (1)
3394SizeF titleStringSize = chartGraph.MeasureStringRel(this.Title.Replace("\\n", "\n"), this.TitleFont, new SizeF(10000f, 10000f), StringFormat.GenericTypographic, this.GetTextOrientation());
Common\General\Legend.cs (1)
3984 StringFormat.GenericTypographic);
System.Windows.Forms.DataVisualization (29)
Common\Annotation\ImageAnnotation.cs (1)
577using (StringFormat format = new StringFormat(StringFormat.GenericTypographic))
Common\Annotation\TextAnnotation.cs (2)
577using (StringFormat format = new StringFormat(StringFormat.GenericTypographic)) 954StringFormat.GenericTypographic);
Common\ChartTypes\BoxPlotChart.cs (2)
933graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic)); 961graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
Common\ChartTypes\ColumnChart.cs (2)
1246SizeF sizeFont = graph.GetRelativeSize(graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic)); 1368SizeF sizeFont = graph.GetRelativeSize(graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
Common\ChartTypes\ErrorBarChart.cs (2)
990graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic)); 1018graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
Common\ChartTypes\FunnelChart.cs (2)
1522 StringFormat.GenericTypographic ); 1673 StringFormat.GenericTypographic);
Common\ChartTypes\PieChart.cs (2)
1256StringFormat.GenericTypographic)); 5572 new StringFormat(StringFormat.GenericTypographic)));
Common\ChartTypes\PointChart.cs (2)
701graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic)); 704graph.MeasureString("W", point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
Common\ChartTypes\RadarChart.cs (1)
1072SizeF sizeFont = graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic);
Common\ChartTypes\StackedAreaChart.cs (2)
1038StringFormat.GenericTypographic)); 1520StringFormat.GenericTypographic));
Common\ChartTypes\StackedBarChart.cs (3)
1095StringFormat.GenericTypographic)); 2030StringFormat.GenericTypographic)); 2079new StringFormat(StringFormat.GenericTypographic)));
Common\ChartTypes\StackedColumnChart.cs (4)
1178StringFormat.GenericTypographic)); 1232StringFormat.GenericTypographic)); 1898StringFormat.GenericTypographic)); 1944StringFormat.GenericTypographic));
Common\ChartTypes\StockChart.cs (2)
1021sizeFont = graph.GetRelativeSize(graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic)); 1055sizeFont = graph.GetRelativeSize(graph.MeasureString(text, point.Font, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
Common\General\Axis.cs (1)
3394SizeF titleStringSize = chartGraph.MeasureStringRel(this.Title.Replace("\\n", "\n"), this.TitleFont, new SizeF(10000f, 10000f), StringFormat.GenericTypographic, this.GetTextOrientation());
Common\General\Legend.cs (1)
3984 StringFormat.GenericTypographic);