Specifies the position of labels inside pie pieces. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueAn int that represents the position of the inner label as percent from the radius length. RemarksThe property indicates the position of labels inside pie pieces as percent from the pie radius. Set the property to a value between 0 and 100. The smaller the value, the closer the label is drawn to the center of the chart. Numbers close to 100 indicate that the labels shall be drawn close to the edge of the pie. The type of inner and outer labels is specified with InnerLabelType and OuterLabelType properties. Default value for the InnerLabelPosition is 50 (labels are drawn in the middle of the pie radius). See Also |