如何在WPF Toolkit Chart中添加水平线?

时间:2013-03-16 01:10:21

标签: wpf charts wpftoolkit

我有以下图表:

    <DVC:Chart x:Name="userChart" Title="Stats" Grid.Row="1" BorderThickness="0">
      <DVC:Chart.Series>
        <DVC:LineSeries Title="TEST"
                        ItemsSource="{Binding Path=UserChartList}"
                        DependentValueBinding="{Binding Path=Value}"
                        IndependentValueBinding="{Binding Path=Key}"
                        >
       </DVC:LineSeries>
     </DVC:Chart.Series>
    </DVC:Chart>

如何向我的lineseries添加一条带状线(x轴平行线)。

0 个答案:

没有答案