2009-06-02 4 views

答えて

5

それを見つけた:

<chartingToolkit:AreaSeries ItemsSource="{Binding Path=ChartData}" DependentValuePath="used" IndependentValuePath="date" IsSelectionEnabled="True"> 
<chartingToolkit:AreaSeries.DataPointStyle> 
    <Style TargetType="Control"> 
     <Setter Property="Visibility" Value="Collapsed" /> 
    </Style> 
</chartingToolkit:AreaSeries.DataPointStyle> 

関連する問題