如何使用WinRT XAML Toolkit制作合适的笛卡尔图?

时间:2014-11-09 14:56:00

标签: c# xaml windows-runtime winrt-xaml windows-phone-8.1

目前我的图表看起来像这样;

enter image description here

虽然我希望他们看起来像这样

enter image description here

(如两侧的双面轴)

是否可以使用WinRT XAML Toolkit?我无法弄清楚如何使用Lineseries制作这些笛卡尔图。如果我使用一系列负面到正面的值来设置linearaxis会不会自动发生(如果有的话,如果有人会告诉我如何执行此操作,我会很感激)?

<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>

0 个答案:

没有答案