01 <?xml version="1.0" encoding="UTF-8"?>
02 <stock xmlns="http://anychart.com/products/stock/schemas/1.9.0/schema.xsd">
03   <data>
04     <data_sets>
05       <data_set id="dataSet1" source_url="./../../csv-data/msft_daily_short.csv">
06         <csv_settings ignore_first_row="true" rows_separator="\n" />
07         <locale>
08           <date_time>
09             <format><![CDATA[%yyyy%MM%dd]]></format>
10           </date_time>
11         </locale>
12       </data_set>
13     </data_sets>
14     <data_providers>
15       <general_data_providers>
16         <data_provider data_set="dataSet1" id="s1">
17           <fields>
18             <field type="Value" column="4" approximation_type="Close" />
19           </fields>
20         </data_provider>
21       </general_data_providers>
22       <scroller_data_providers>
23         <data_provider data_set="dataSet1" column="4" />
24       </scroller_data_providers>
25     </data_providers>
26   </data>
27   <settings>
28     <data_grouping enabled="true" />
29     <charts>
30       <chart>
31         <value_axes>
32           <primary>
33             <labels enabled="true">
34               <background enabled="true">
35                 <fill type="Solid" color="#494949" opacity="0.8" />
36                 <border enabled="false" />
37                 <corners type="Rounded" all="3" />
38                 <inside_margin left="2" top="0" right="2" bottom="0" />
39               </background>
40               <font color="White" bold="false" />
41             </labels>
42           </primary>
43         </value_axes>
44         <series_list>
45           <series type="Line" data_provider="s1" color="#D47F00">
46             <name><![CDATA[MSFT]]></name>
47             <line_series thickness="2" />
48             <marker>
49               <states>
50                 <normal enabled="true" />
51               </states>
52             </marker>
53           </series>
54         </series_list>
55       </chart>
56     </charts>
57     <time_scale>
58       <selected_range type="Unit" unit="Year" count="2" />
59     </time_scale>
60   </settings>
61 </stock>
01{
02  data: {
03    dataSets: [
04      {
05        id: "dataSet1",
06        sourceUrl: "./../../csv-data/msft_daily_short.csv",
07        csvSettings: {
08          ignoreFirstRow: true,
09          rowsSeparator: "\n"
10        },
11        locale: {
12          dateTime: {
13            format: "%yyyy%MM%dd"
14          }
15        }
16      }
17    ],
18    dataProviders: {
19      generalDataProviders: [
20        {
21          dataSet: "dataSet1",
22          id: "s1",
23          fields: [
24            {
25              type: "Value",
26              column: 4,
27              approximationType: "Close"
28            }
29          ]
30        }
31      ],
32      scrollerDataProviders: [
33        {
34          dataSet: "dataSet1",
35          column: 4
36        }
37      ]
38    }
39  },
40  settings: {
41    dataGrouping: {
42      enabled: true
43    },
44    charts: [
45      {
46        valueAxes: {
47          primary: {
48            labels: {
49              enabled: true,
50              background: {
51                enabled: true,
52                fill: {
53                  type: "Solid",
54                  color: "#494949",
55                  opacity: 0.8
56                },
57                border: {
58                  enabled: false
59                },
60                corners: {
61                  type: "Rounded",
62                  all: 3
63                },
64                insideMargin: {
65                  left: 2,
66                  top: 0,
67                  right: 2,
68                  bottom: 0
69                }
70              },
71              font: {
72                color: "White",
73                bold: false
74              }
75            }
76          }
77        },
78        seriesList: [
79          {
80            type: "Line",
81            dataProvider: "s1",
82            color: "#D47F00",
83            name: "MSFT",
84            lineSeries: {
85              thickness: 2
86            },
87            marker: {
88              states: {
89                normal: {
90                  enabled: true
91                }
92              }
93            }
94          }
95        ]
96      }
97    ],
98    timeScale: {
99      selectedRange: {
100        type: "Unit",
101        unit: "Year",
102        count: 2
103      }
104    }
105  }
106}

The information contained in this website is for general information purposes only. All sample data provided on this site is for demonstration purposes only.


The logos and names of other companies and products mentioned on this site are copyright and/or trademarks of their respective owners.


The content on this site, including news, quotes, data and other information, is provided for your personal information only, and is intended for demonstration purposes only. Content on this site is not appropriate for the purposes of making a decision to carry out a transaction or trade. Nor does it provide any form of advice (investment, tax, legal) amounting to investment advice, or make any recommendations regarding particular financial instruments, investments or products.


In no event AnyChart will be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this website.


This site may point to other Internet sites that may be of interest to you, however AnyChart does not endorse or take responsibility for the content on such other sites.


Market data and News provided by and copyright RediNews, Incorporated.