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
|