【问题标题】:drill down windows phone向下钻取 windows 手机
【发布时间】:2014-06-06 08:21:52
【问题描述】:

我使用 AmChart 在 windows phone 应用程序中创建了一个图表。我想将选择值放在图表中的文本框中我该怎么做?

到目前为止,这是我的代码 (Xaml):

    <!--ContentPanel - placez tout contenu supplémentaire ici-->
    <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
        <amq:SerialChart x:Name="MainPage1"  DataSource="{Binding Data}" CategoryValueMemberPath="axis"
 AxisForeground="White"
 PlotAreaBackground="Black"
 GridStroke="DarkGray"  >
            <amq:SerialChart.Graphs>
                <amq:ColumnGraph ValueMemberPath="value" Title="Column #2" Brush="#8000FF00" ColumnWidthAllocation="0.4" />
            </amq:SerialChart.Graphs>
        </amq:SerialChart>
        <amq:PieChart x:Name="Pie" DataSource="{Binding Data}" TitleMemberPath="axis" ValueMemberPath="value"/>
                  <TextBox HorizontalAlignment="Left" Height="72" Margin="184,326,-184,0" TextWrapping="Wrap" Text="TextBox" VerticalAlignment="Top" Width="456"/>

    </Grid>



</phone:PhoneApplicationPage>

【问题讨论】:

    标签: xaml windows-phone


    【解决方案1】:

    下面的library可以让你在Windows Phone中轻松创建图表..

    看看here

    【讨论】:

      猜你喜欢
      • 2012-03-15
      • 1970-01-01
      • 1970-01-01
      • 2011-05-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多