julien.nicolas1 Posted April 18, 2007 Report Share Posted April 18, 2007 It is possible to make a color circle or circle area on a chart radar for show a delimitation (threshold) or something like it without create a line serie with all datapoint with same Y value ? (picture : radarx1 on this post) It is possible to have an hatch line serie on a chart ? It is possible to have an area serie (fullarea=true) and no area serie on the same radar ?It is possible to delimitate some part of the radar with curve line ? (picture : radarx2 on, second message) Picture radarx1 Quote Link to comment Share on other sites More sharing options...
julien.nicolas1 Posted April 18, 2007 Author Report Share Posted April 18, 2007 picture : radarx2 Quote Link to comment Share on other sites More sharing options...
Frank Posted April 18, 2007 Report Share Posted April 18, 2007 > It is possible to make a color circle or circle area on a chart radar for show a delimitation (threshold) or > something like it without create a line serie with all datapoint with same Y value ? (picture : radarx1 on this post) No. > It is possible to have an hatch line serie on a chart ? Yes: Chart1.Series[0].LineStyle = System.Drawing.Drawing2D.DashStyle.Dash; > It is possible to have an area serie (fullarea=true) and no area serie on the same radar ? No. > It is possible to delimitate some part of the radar with curve line ? (picture : radarx2 on, second message) No. Only by adding an extra series. Note: The PostPaint event is sent after drawing the chart. Theoretically you can capture this event and draw anything you want on top of an existing chart. However this involves painting directly into the Graphics and can get pretty tricky. Quote Link to comment Share on other sites More sharing options...
julien.nicolas1 Posted April 19, 2007 Author Report Share Posted April 19, 2007 > It is possible to have an area serie (fullarea=true) and no area serie on the same radar ? No. This feature will be support in your next version ? or something liike this ? Because We actually study all solution (in particulary your one) for a new intern product and we need absolutly this feature. If you can't provide us this one , we can't use your product. Quote Link to comment Share on other sites More sharing options...
Frank Posted April 19, 2007 Report Share Posted April 19, 2007 Please contact Software FX sales. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.