Specifies how charts with more than one data series are arranged. Namespace: MindFusion.Charting Syntax
Members
RemarksThe enumeration specifies how series lists for charts are sorted. When charts are drawn it is possible that one segment covers partly or entirely another one. That is why it is useful to specify a method for arranging the parts so that a maximum part of each one is visible. Sorting series by sum is useful when the series lists are equal in count. Otherwise, it is more reasonable to sort the series by their maximum value. See Also |