Search found 6 matches
- Wed Aug 11, 2004 3:58 pm
- Forum: .NET
- Topic: How do I dynamically align the subheader to left?
- Replies: 1
- Views: 5016
How do I dynamically align the subheader to left?
Hi, I'm trying to align in VS.NET the web chart subheader on left side dynamically. I can do this on the design time by going to the subheader (...) and on the popup window (Title Editor) on style tab I can specify the alignment to left, center or right. Now is there a way I can do this alignment dy...
- Fri Aug 06, 2004 2:48 pm
- Forum: .NET
- Topic: Multiline Title or Subtitle ?
- Replies: 1
- Views: 4915
Multiline Title or Subtitle ?
I am using Webchart, (Tchart for the web), and for one of the charts, I have a long title or subtitle. How can I get it (the title or subtitle) to automatically wrap to more than one line so that it doesn't get cut off on the screen? In addition, if the user resizes the window, (i.e. makes it wider ...
- Mon Aug 02, 2004 7:56 pm
- Forum: .NET
- Topic: :?: How to centrally align Marks in a stacked bar chart
- Replies: 7
- Views: 15491
- Mon Jul 19, 2004 8:34 pm
- Forum: .NET
- Topic: :?: How to centrally align Marks in a stacked bar chart
- Replies: 7
- Views: 15491
mothod refresh() :?
Hi,
There is no Refresh() method for the chart in the assembly for a web application (asp.net application).
Unger
There is no Refresh() method for the chart in the assembly for a web application (asp.net application).
Unger
- Fri Jun 25, 2004 3:28 pm
- Forum: .NET
- Topic: :?: How to centrally align Marks in a stacked bar chart
- Replies: 7
- Views: 15491
Query
Hi, Thanks for posting the code. I tried implementing the code in my web project in different events like BeforeDraw (the position value is not available in this event as the graph has not been drawn yet so it failed in this event), AfterDraw ( the code executes but does not reposition the marks for...
- Tue Jun 22, 2004 4:23 pm
- Forum: .NET
- Topic: :?: How to centrally align Marks in a stacked bar chart
- Replies: 7
- Views: 15491
:?: How to centrally align Marks in a stacked bar chart
Hi, I'm trying to centrally align the marks in a stacked bar chart for each bar stack (the actual alignment is on top of the bar) and have not been able to find out a solution for this. Does anybody know how to do it. I've tried using the series .AutoMarkPosition = true; but it didn't work. I was ab...