MSchart图标线条问题!

stringspeng 2011-01-05 05:03:24
绑定数据后。效果显示如下:




请大家帮我把那点与点之间的黄线给去掉。告诉我怎么设置,谢谢。
...全文
116 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
anbin0814 2011-01-06
  • 打赏
  • 举报
回复
Chart1.Series["Series1"].MarkerStyle = MarkerStyle.Diamond;
koukoujiayi 2011-01-06
  • 打赏
  • 举报
回复
设置ChartType类型为Point即可!
Chart1.Series[0].ChartType = System.Web.UI.DataVisualization.Charting.SeriesChartType.Point;
anbin0814 2011-01-06
  • 打赏
  • 举报
回复
没看到图
stringspeng 2011-01-05
  • 打赏
  • 举报
回复
顶。别沉了。
stringspeng 2011-01-05
  • 打赏
  • 举报
回复
在线等各位救命!!
stringspeng 2011-01-05
  • 打赏
  • 举报
回复

<asp:Chart ID="Chart1" runat="server" ImageType="Jpeg" Width="980px">
<Legends>
<asp:Legend Docking="Top" Name="Legend1" Alignment="Far" BorderDashStyle="Solid">
</asp:Legend>
</Legends>
<BorderSkin BackColor="Gainsboro" SkinStyle="Emboss" />
<Titles>
<asp:Title Font="Microsoft Sans Serif, 12pt, style=Bold" Name="Title1" Text="话务量折线图"
TextStyle="Shadow">
</asp:Title>
</Titles>
<Series>
<asp:Series Name="预测话务量" Legend="Legend1" Color="DarkOrange" ShadowOffset="1" CustomProperties="PointWidth=0.5"
ChartType="Line" MarkerSize="10" MarkerStyle="Circle">
</asp:Series>
<asp:Series Name="实际话务量" Legend="Legend1" ChartType="Line" Color="Blue" ShadowOffset="1"
MarkerStyle="Circle" MarkerSize="10">
</asp:Series>
</Series>
<ChartAreas>
<asp:ChartArea Name="ChartArea1" ShadowOffset="1">
<AxisY Title="话务量" TitleAlignment="Far" ArrowStyle="Lines" LineColor="Blue">
<MinorTickMark IntervalOffsetType="Number" />
</AxisY>
<AxisX IntervalType="Auto" Interval="1" Title="日期" TitleAlignment="Far" ArrowStyle="Lines"
LineColor="Blue">
</AxisX>
</asp:ChartArea>
</ChartAreas>
</asp:Chart>

4,816

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 图表区
社区管理员
  • 图表区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧