Group: Forum Members
Last Active: 13 Years Ago
Posts: 14,
Visits: 1
|
Is it possible to display, for instance, a single quadrant of a polar chart? I've tried the following:
Dim polarRange As NRange1DD = New NRange1DD(0, 90) chart.Axis(StandardAxis.PolarAngle).View = New NRangeAxisView(polarRange)
This cleverly stretches 90 degrees around a full circle. Is there another setting that would do the trick?
Thanks,
Mike Hayford
|
Group: Nevron Team
Last Active: 14 Years Ago
Posts: 48,
Visits: 1
|
Hello Mike, Unfortunately there is no such setting, currently only 360 degree Polar charts are supported. You can take a look at the BeginPercent and EndPercent properties of the NDockPolarAxisAnchor type, with their help you can display a Polar Chart like the attached one. Best Regards, Milen
|