How do I make a correct Cartesian plot using the WinRT XAML Toolkit?

My graphs currently look like this:

enter image description here

For now, I want them to look something like this.

enter image description here

(As with double-sided axles on both sides)

Can this be done using the WinRT XAML Toolkit? I cannot figure out how to make these Cartesian plots using Lineseries. Will this automatically happen if I take a linear step with a range of values ​​from negative to positive (and if so, I'd appreciate it if someone can show me how to do this)?

<Charting:Chart x:Name="LineChart" 
                    HorizontalAlignment="Left" VerticalAlignment="Top" Width="600" Height="400">
        <Charting:LineSeries            
           Title="Smartphone Companies" Margin="0" IndependentValuePath="Time" DependentValuePath="Amount" IsSelectionEnabled="True"/>
        </Charting:Chart>

      

+3
c # windows-runtime winrt-xaml xaml windows-phone-8.1


source to share


No one has answered this question yet

Check out similar questions:

1005
How to make an HTTP POST HTTP request
five
WinRT XAML Toolkit rendering error
4
How to print a formatted page containing a ListBox or GridView
2
WinRT XAML Toolkit Preloaded Pages
1
WinRT XAML Toolkit NumericUpDown Template
0
GridView accesses WinRT Xaml
0
WinRT XAML Toolkit BindableSelections does not update UI
0
Object does not match target type using WinRT XAML Toolkit Chart
0
PieChart in WinRT XAML Toolkit
0
How to change color of selected item in ListView in WinRT



All Articles
Loading...
X
Show
Funny
Dev
Pics