Specifies the brushes for filling chart background segments. Namespace: MindFusion.Charting Syntax
Property ValueAn object of type MindFusion.Drawing.BrushCollection. RemarksThe property specifies the brushes for drawing the segments of the chart circle. A segment is a rectangular-like area between two inner axes. The inner axes are radiuses, distributed equally inside the chart. They start from the InnerAxisPosition of the inner chart. The count of the inner axes, thus chart segments, depends on the count of elements in the longest list added to Data. When the sections are more than the segment brushes, the control cycles again through the brushes. The segments are triangles, when the chart outer axes are drawn as spider web, in this case SpiderWeb is set to true. Default value for the SegmentBrushes property is an empty BrushCollection. See Also |