10 references to StringFormat
System.Web.DataVisualization (5)
Common\Annotation\ImageAnnotation.cs (1)
577using (StringFormat format = new StringFormat(StringFormat.GenericTypographic))
Common\Annotation\TextAnnotation.cs (1)
577using (StringFormat format = new StringFormat(StringFormat.GenericTypographic))
Common\ChartTypes\PieChart.cs (1)
5572 new StringFormat(StringFormat.GenericTypographic)));
Common\ChartTypes\StackedBarChart.cs (1)
2079new StringFormat(StringFormat.GenericTypographic)));
Common\General\LegendColumns.cs (1)
2014using (StringFormat format = new StringFormat(StringFormat.GenericDefault))
System.Windows.Forms.DataVisualization (5)
Common\Annotation\ImageAnnotation.cs (1)
577using (StringFormat format = new StringFormat(StringFormat.GenericTypographic))
Common\Annotation\TextAnnotation.cs (1)
577using (StringFormat format = new StringFormat(StringFormat.GenericTypographic))
Common\ChartTypes\PieChart.cs (1)
5572 new StringFormat(StringFormat.GenericTypographic)));
Common\ChartTypes\StackedBarChart.cs (1)
2079new StringFormat(StringFormat.GenericTypographic)));
Common\General\LegendColumns.cs (1)
2014using (StringFormat format = new StringFormat(StringFormat.GenericDefault))