You are here: Home Support Blog Tag: user control

Tag: user control

2008.07.07 08:43:28
admin

3 more new graphs are introduced in our upcoming graph library.

For now you have to manually defined a series , where each series has a X, Y point to defined . 

Thats is not very good but for now it is useful for our testing purpose . 

This is how the structure of the XAML code, ChartType is used to defined what kind of chart u want to displayed for the series .

 <kk:Chart Enable3D="True">
            <kk:Chart.Series>
                <kk:Series ChartType="AreaChart" FillColor="Red">
                    <kk:Series.DataPoints>
                        <kk:DataPoint XPoint="1" YPoint="8"/>
                        <kk:DataPoint XPoint="2" YPoint="4"/>
                        <kk:DataPoint XPoint="3" YPoint="3"/>
                        <kk:DataPoint XPoint="4" YPoint="5"/>
                        <kk:DataPoint XPoint="5" YPoint="6"/>
                        <kk:DataPoint XPoint="6" YPoint="3"/>
                    </kk:Series.DataPoints>
                </kk:Series>
                <kk:Series ChartType="ColumnChart" FillColor="Blue">
                    <kk:Series.DataPoints>
                        <kk:DataPoint XPoint="1" YPoint="3"/>
                        <kk:DataPoint XPoint="2" YPoint="4"/>
                        <kk:DataPoint XPoint="3" YPoint="3"/>
                        <kk:DataPoint XPoint="4" YPoint="5"/>
                        <kk:DataPoint XPoint="5" YPoint="6"/>
                        <kk:DataPoint XPoint="6" YPoint="7"/>
                    </kk:Series.DataPoints>
                </kk:Series>
              
            </kk:Chart.Series>
        </kk:Chart>

 

all the Axis are automatically calculated .

1.  Area Chart

 

Line Chart

 

And column Chart


  WPF Graph | user control
Comments 1Hits: 1277  


Nextwave Suite for WPF, with Chart and Gauge, is compatible with:

Download Microsoft .net Framework 4.0

Microsoft Visual Studio 2010

Download Microsoft .net Framework 3.5

About Windows Presentation Foundation

 Visual Studio 2008

Expression Blend

About XAML

Calendar

< February 2012 >
Mo Tu We Th Fr Sa Su
    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        

Latest Comments

Online Support

online support

Login

Polls

In future, what kind of release you are looking forward?