1 implementation of IBorderType
System.Windows.Forms.DataVisualization (1)
Common\Borders3D\EmbossBorder.cs (1)
54
internal class EmbossBorder :
IBorderType
6 references to IBorderType
System.Windows.Forms.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());