Seems like this should be easy. I've looked through everything I can think of to find how to format the data marks on a line series. I simply want to format them like I do the axis with a string like "#0%".
Thanks
Search found 7 matches
- Tue Apr 08, 2008 3:54 pm
- Forum: .NET
- Topic: Formatting Series Marks
- Replies: 1
- Views: 2959
- Wed Aug 30, 2006 1:58 pm
- Forum: .NET
- Topic: Object Reference error on .aspx page
- Replies: 3
- Views: 4442
- Tue Aug 29, 2006 8:09 pm
- Forum: .NET
- Topic: Object Reference error on .aspx page
- Replies: 3
- Views: 4442
Object Reference error on .aspx page
Object Reference not set to the instance of an object I've received this error plenty of times on the code behind pages in the actual code but never seen it before on the actual .aspx page. Its the the line that has the <tchart:webchart id = .......</tchart> tag. This exact code works on the develop...
- Mon Jun 26, 2006 4:24 pm
- Forum: .NET
- Topic: Selecting a series to chart
- Replies: 8
- Views: 10149
I've got this code to handle the code but it doesn't catch the event. Private Sub WebChart1_ClickLegend(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles WebChart1.ClickLegend Dim SeriesIndex As Integer SeriesIndex = WebChart1.Chart.Legend.Clicked(e.X, e.Y) test.Text = "h...
- Mon Jun 26, 2006 4:02 pm
- Forum: .NET
- Topic: Selecting a series to chart
- Replies: 8
- Views: 10149
- Mon Jun 26, 2006 2:30 pm
- Forum: .NET
- Topic: Selecting a series to chart
- Replies: 8
- Views: 10149
- Mon Jun 26, 2006 2:22 pm
- Forum: .NET
- Topic: Selecting a series to chart
- Replies: 8
- Views: 10149
Selecting a series to chart
I have 4 series that I am currently charting on a single line chart but since they vary in scale greatly the lines are nearly flat and are of little to no use. I would like to allow the user to select which series to chart and have the option to select all. I am wondering if there is a way to use ho...