1 write to _borderTypeRegistry
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
257
_borderTypeRegistry
= new BorderTypeRegistry();
19 references to _borderTypeRegistry
System.Web.DataVisualization (19)
WebForm\ChartWebControl.cs (19)
273
serviceContainer.AddService(
_borderTypeRegistry
.GetType(),
_borderTypeRegistry
);// Border types registry
358
_borderTypeRegistry
.Register("Emboss", typeof(EmbossBorder));
359
_borderTypeRegistry
.Register("Raised", typeof(RaisedBorder));
360
_borderTypeRegistry
.Register("Sunken", typeof(SunkenBorder));
361
_borderTypeRegistry
.Register("FrameThin1", typeof(FrameThin1Border));
362
_borderTypeRegistry
.Register("FrameThin2", typeof(FrameThin2Border));
363
_borderTypeRegistry
.Register("FrameThin3", typeof(FrameThin3Border));
364
_borderTypeRegistry
.Register("FrameThin4", typeof(FrameThin4Border));
365
_borderTypeRegistry
.Register("FrameThin5", typeof(FrameThin5Border));
366
_borderTypeRegistry
.Register("FrameThin6", typeof(FrameThin6Border));
367
_borderTypeRegistry
.Register("FrameTitle1", typeof(FrameTitle1Border));
368
_borderTypeRegistry
.Register("FrameTitle2", typeof(FrameTitle2Border));
369
_borderTypeRegistry
.Register("FrameTitle3", typeof(FrameTitle3Border));
370
_borderTypeRegistry
.Register("FrameTitle4", typeof(FrameTitle4Border));
371
_borderTypeRegistry
.Register("FrameTitle5", typeof(FrameTitle5Border));
372
_borderTypeRegistry
.Register("FrameTitle6", typeof(FrameTitle6Border));
373
_borderTypeRegistry
.Register("FrameTitle7", typeof(FrameTitle7Border));
374
_borderTypeRegistry
.Register("FrameTitle8", typeof(FrameTitle8Border));