58 references to Font
System.Windows.Forms.DataVisualization (58)
Common\ChartTypes\BarChart.cs (7)
970
SizeF valueTextSize = graph.MeasureStringRel(text, point.
Font
);
1031
SizeF valueTextSize = graph.MeasureStringRel(text, point.
Font
);
1061
SizeF textSize = graph.MeasureStringRel(text, point.
Font
);
1074
point.
Font
,
1989
SizeF valueTextSize = graph.MeasureStringRel(text, point.
Font
);
2042
SizeF size = graph.MeasureStringRel(text, point.
Font
, new SizeF(rectLabel.Width, rectLabel.Height), format);
2132
point.
Font
,
Common\ChartTypes\BoxPlotChart.cs (3)
933
graph.MeasureString(text, point.
Font
, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
961
graph.MeasureString(text, point.
Font
, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
982
point.
Font
,
Common\ChartTypes\ColumnChart.cs (4)
1246
SizeF sizeFont = graph.GetRelativeSize(graph.MeasureString(text, point.
Font
, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
1266
point.
Font
,
1368
SizeF sizeFont = graph.GetRelativeSize(graph.MeasureString(text, point.
Font
, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
1388
point.
Font
,
Common\ChartTypes\ErrorBarChart.cs (3)
990
graph.MeasureString(text, point.
Font
, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
1018
graph.MeasureString(text, point.
Font
, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
1039
point.
Font
,
Common\ChartTypes\FunnelChart.cs (3)
1520
labelInfo.Point.
Font
,
1579
labelInfo.Point.
Font
,
1671
point.
Font
,
Common\ChartTypes\PieChart.cs (13)
1254
point.
Font
,
1276
point.
Font
,
1401
SizeF valueTextSize = graph.MeasureStringRel(text.Replace("\\n", "\n"), point.
Font
);
1431
point.
Font
,
1501
SizeF size = graph.MeasureStringRel( text.Replace("\\n", "\n"), point.
Font
, labelRect.Size, format );
1745
SizeF size = graph.MeasureStringRel( text.Replace("\\n", "\n"), point.
Font
);
5319
SizeF size = graph.MeasureStringRel( GetLabelText( point ).Replace("\\n", "\n"), point.
Font
);
5361
SizeF fontSize = new SizeF(1.4F * series.
Font
.Size,1.4F * series.
Font
.Size);
5499
SizeF valueTextSize = graph.MeasureStringRel(text.Replace("\\n", "\n"), point.
Font
);
5529
point.
Font
,
5570
point.
Font
,
5591
point.
Font
,
Common\ChartTypes\PointChart.cs (3)
701
graph.MeasureString(text, point.
Font
, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
704
graph.MeasureString("W", point.
Font
, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
935
point.
Font
,
Common\ChartTypes\RadarChart.cs (2)
1072
SizeF sizeFont = graph.MeasureString(text, point.
Font
, new SizeF(1000f, 1000f), StringFormat.GenericTypographic);
1258
point.
Font
,
Common\ChartTypes\StackedAreaChart.cs (4)
1036
point.
Font
,
1057
point.
Font
,
1518
pointEx.dataPoint.
Font
,
1539
pointEx.dataPoint.
Font
,
Common\ChartTypes\StackedBarChart.cs (6)
1093
point.
Font
,
1209
point.
Font
,
1955
SizeF size = graph.MeasureStringRel(text, point.
Font
, new SizeF(rectLabel.Width, rectLabel.Height), format);
2028
point.
Font
,
2077
point.
Font
,
2099
point.
Font
,
Common\ChartTypes\StackedColumnChart.cs (6)
1176
point.
Font
,
1230
point.
Font
,
1253
point.
Font
,
1896
point.
Font
,
1942
point.
Font
,
1964
point.
Font
,
Common\ChartTypes\StockChart.cs (3)
1021
sizeFont = graph.GetRelativeSize(graph.MeasureString(text, point.
Font
, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
1055
sizeFont = graph.GetRelativeSize(graph.MeasureString(text, point.
Font
, new SizeF(1000f, 1000f), StringFormat.GenericTypographic));
1080
point.
Font
,
Common\DataManager\DataPoint.cs (1)
4104
return series.EmptyPointStyle.
Font
;