作者howard0215 (howard)
看板Visual_Basic
标题[.NET] telerik 的 RadChart (折线图)
时间Wed Feb 16 14:56:01 2011
大家好~
小弟今天想要用折线图来写程式
然後
<%@ Register Assembly = "RadChart.Net2" Namespace="Telerik.WebControls"
TagPrefix="rad" %>
<%@ Register assembly = "RadChart.Net2" namespace="Telerik.Charting"
tagprefix="rad1" %>
<rad:radchart ID="chart1" Runat="server" DefaultType="Line" >
<Series>
<rad1:ChartSeries Type="Line" Name="Series 1" YAxisType="Primary">
<Appearance>
<EmptyValue Mode="Approximation"></EmptyValue>
</Appearance>
</rad1:ChartSeries>
<rad1:ChartSeries Type="Line" Name="Series 2" YAxisType="Primary">
<Appearance>
<EmptyValue Mode="Approximation"></EmptyValue>
</Appearance>
</rad1:ChartSeries>
</Series>
.
.
.
.
</rad:radchart>
当我执行後 会发生
BC30560: 'ChartYAxisMode' 在命名空间 'Telerik.Charting' 中模棱两可
有google过 可是还是不知道要怎麽去定义他们可能有相同的YAxisMode
有人能给个意见或提示吗..... 谢谢
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 210.59.162.42
1F:→ howard0215:who can help me~~ 02/17 01:12
2F:→ Marty:你重复定义Telerik.Charting了 把多的删掉即可 02/17 08:43