-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSpringContext.xml
More file actions
53 lines (45 loc) · 3.93 KB
/
SpringContext.xml
File metadata and controls
53 lines (45 loc) · 3.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8" ?>
<objects xmlns="http://www.springframework.net">
<object name="CurrentFactoriesCollection" type="FreeChartTools.FactoriesCollection, FreeChartTools, Version=1.0.0.0, Culture=neutral">
<constructor-arg>
<list element-type="ChartingCore.IChartFactory, ChartingCore, Version=1.0.0.0, Culture=neutral">
<!--Free && Open source solutions-->
<ref object="DisLinChartingFactory"/>
<ref object="GoogleSharpChartingFactory"/>
<ref object="MsChartingFactory"/>
<ref object="NPlotChartFactory"/>
<ref object="OxyPlotChartFactory"/>
<ref object="WebChartControlFactory"/>
<ref object="ZedGraphChartFactory"/>
<ref object="OpenMindedPlotFactory"/>
<!--Commercial && Proprietary solutions-->
<ref object="ChartFxFactory"/>
<ref object="DevExpressFactory"/>
<ref object="TelerikFactory"/>
<ref object="TeeChartFactory"/>
<ref object="ChartDirectorFactory"/>
<ref object="ILNumericsFactory"/>
<ref object="DotnetChartFactory"/>
<ref object="InfragisticsFactory"/>
</list>
</constructor-arg>
</object>
<!--Free && Open source solutions-->
<object name="DisLinChartingFactory" type="FreeChartTools.FreeCharting.DisLinCharting.DislinChartFactory, FreeChartTools, Version=1.0.0.0, Culture=neutral" singleton="false" />
<object name="GoogleSharpChartingFactory" type="FreeChartTools.FreeCharting.GoogleSharpCharting.GoogleSharpChartFactory, FreeChartTools, Version=1.0.0.0, Culture=neutral" singleton="false" />
<object name="MsChartingFactory" type="FreeChartTools.FreeCharting.MsCharting.MicrosoftChartFactory, FreeChartTools, Version=1.0.0.0, Culture=neutral" singleton="false" />
<object name="NPlotChartFactory" type="FreeChartTools.FreeCharting.NPlotCharting.NPlotChartFactory, FreeChartTools, Version=1.0.0.0, Culture=neutral" singleton="false" />
<object name="OxyPlotChartFactory" type="FreeChartTools.FreeCharting.OxyPlotCharting.OxyPlotChartFactory, FreeChartTools, Version=1.0.0.0, Culture=neutral" singleton="false" />
<object name="WebChartControlFactory" type="FreeChartTools.FreeCharting.WebCharting.WebChartControlFactory, FreeChartTools, Version=1.0.0.0, Culture=neutral" singleton="false" />
<object name="ZedGraphChartFactory" type="FreeChartTools.FreeCharting.ZedGraph.ZedGraphChartFactory, FreeChartTools, Version=1.0.0.0, Culture=neutral" singleton="false" />
<object name="OpenMindedPlotFactory" type="FreeChartTools.FreeCharting.OpenMindedPlot.OpenMindedPlotFactory, FreeChartTools, Version=1.0.0.0, Culture=neutral" singleton="false" />
<!--Commercial && Proprietary solutions-->
<object name="InfragisticsFactory" type="InfragisticCharting.InfragisticsFactory, InfragisticCharting, Version=1.0.0.0, Culture=neutral" singleton="false" />
<object name="DotnetChartFactory" type="dotnetChartingLibrary.DotnetChartFactory, dotnetChartingLibrary, Version=1.0.0.0, Culture=neutral" singleton="false" />
<object name="ChartFxFactory" type="ChartFXCharting.ChartFxFactory, ChartFXCharting, Version=1.0.0.0, Culture=neutral" singleton="false" />
<object name="DevExpressFactory" type="DevExpressCharting.DevExpressChartFactory, DevExpressCharting, Version=1.0.0.0, Culture=neutral" singleton="false" />
<object name="TelerikFactory" type="TelerikCharting.TelerikChartFactory, TelerikCharting, Version=1.0.0.0, Culture=neutral" singleton="false" />
<object name="TeeChartFactory" type="TeeChartCharting.TeeChartFactory, TeeChartCharting, Version=1.0.0.0, Culture=neutral" singleton="false" />
<object name="ChartDirectorFactory" type="NetWebChartsCharting.NetWebChartFactory, NetWebChartsCharting, Version=1.0.0.0, Culture=neutral" singleton="false" />
<object name="ILNumericsFactory" type="ILNumericsCharting.ILNumericsChartingFactory, ILNumericsCharting, Version=1.0.0.0, Culture=neutral" singleton="false" />
</objects>