12 references to DefaultFont
System.Web.DataVisualization (12)
Common\Annotation\AnnotationBase.cs (1)
291
_textFont = _fontCache.
DefaultFont
;
Common\DataManager\DataPoint.cs (3)
4099
return series.FontCache.
DefaultFont
;
6016
return series.font != series.FontCache.
DefaultFont
;
6499
series.font = series.FontCache.
DefaultFont
;
Common\DataManager\DataSeries.cs (1)
571
this.font = _fontCache.
DefaultFont
;
Common\General\Axis.cs (1)
391
_titleFont = _fontCache.
DefaultFont
;
Common\General\Label.cs (1)
1101
_font = _fontCache.
DefaultFont
;
Common\General\Legend.cs (3)
409
_font = _fontCache.
DefaultFont
;
424
_font = _fontCache.
DefaultFont
;
2831
_font = _fontCache.
DefaultFont
;
Common\General\StripLine.cs (1)
200
_font = _fontCache.
DefaultFont
;
Common\General\Title.cs (1)
306
this._font = _fontCache.
DefaultFont
;