3 references to GetBorderType
System.Web.DataVisualization (3)
Common\Annotation\RectangleAnnotation.cs (1)
703
IBorderType border3D = this.Common.BorderTypeRegistry.
GetBorderType
(_borderSkin.SkinStyle.ToString());
Common\General\Chart.cs (1)
2116
border3D = Common.BorderTypeRegistry.
GetBorderType
(_borderSkin.SkinStyle.ToString());
Common\General\ChartGraphics.cs (1)
4914
IBorderType borderTypeInterface = _common.BorderTypeRegistry.
GetBorderType
(borderSkin.SkinStyle.ToString());