5 overrides of Font
System.Web.DataVisualization (5)
Common\Annotation\GroupAnnotation.cs (1)
341
override public Font
Font
Common\Annotation\ImageAnnotation.cs (1)
334
override public Font
Font
Common\Annotation\LineAnnotation.cs (1)
259
override public Font
Font
Common\Annotation\PolygonAnnotation.cs (1)
258
override public Font
Font
Common\Annotation\TextAnnotation.cs (1)
170
override public Font
Font
6 writes to Font
System.Web.DataVisualization (6)
Common\Annotation\GroupAnnotation.cs (2)
349
base.
Font
= value;
352
annotation.
Font
= value;
Common\Annotation\ImageAnnotation.cs (1)
342
base.
Font
= value;
Common\Annotation\LineAnnotation.cs (1)
267
base.
Font
= value;
Common\Annotation\PolygonAnnotation.cs (1)
266
base.
Font
= value;
Common\Annotation\TextAnnotation.cs (1)
178
base.
Font
= value;
8 references to Font
System.Web.DataVisualization (8)
Common\Annotation\AnnotationBase.cs (3)
886
/// <seealso cref="
Font
"/>
916
/// A <see cref="
Font
"/> object used for an annotation's text.
938
/// <seealso cref="
Font
"/>
Common\Annotation\GroupAnnotation.cs (1)
345
return base.
Font
;
Common\Annotation\ImageAnnotation.cs (1)
338
return base.
Font
;
Common\Annotation\LineAnnotation.cs (1)
263
return base.
Font
;
Common\Annotation\PolygonAnnotation.cs (1)
262
return base.
Font
;
Common\Annotation\TextAnnotation.cs (1)
174
return base.
Font
;