Hi Team,
I came up with some logic to draw circles as per the attachment but I am struggling in resize and custom legend.
What is the difference between this two statements.
this.Charts.Add()
this.Panels.Add();
What is the difference between
NPieSeries.Radius
and
NPieSeries.InnerRadius
If I put NPieSeries.Radius , the drawing is correct but not able to achieve the chart which fit inside the panel.
If I put NPieSeries.InnerRadius, the drawing is incorrect but able to achieve the chart fit inside the panel by taking the parent panel relative height and width.
Please refer the attachment for details.
Thanks,
Jeba