2 implementations of IBorderType
System.Web.DataVisualization (2)
Common\Borders3D\EmbedBorder.cs (1)
748 internal class SunkenBorder : IBorderType
Common\Borders3D\EmbossBorder.cs (1)
54 internal class EmbossBorder : IBorderType
6 references to IBorderType
System.Web.DataVisualization (6)
Common\Annotation\RectangleAnnotation.cs (1)
703 IBorderType border3D = this.Common.BorderTypeRegistry.GetBorderType(_borderSkin.SkinStyle.ToString());
Common\Borders3D\Borders3D.cs (3)
656 if(type == typeof(IBorderType)) 676 public IBorderType GetBorderType(string name) 693 return (IBorderType)_createdBorderTypes[name];
Common\General\Chart.cs (1)
2107 IBorderType border3D = null;
Common\General\ChartGraphics.cs (1)
4914 IBorderType borderTypeInterface = _common.BorderTypeRegistry.GetBorderType(borderSkin.SkinStyle.ToString());