Jump to content
Software FX Community

Somes question about radar chart


julien.nicolas1

Recommended Posts

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

Link to comment
Share on other sites

> 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.

Link to comment
Share on other sites

> 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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...