Home
last modified time | relevance | path

Searched refs:positinIndex (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DPieChart.cs2071 …ate void SortIntervals( double [] startOfIntervals, double [] endOfIntervals, int [] positinIndex ) in SortIntervals() argument
2099 midInt = positinIndex[ firstIndex ]; in SortIntervals()
2100 positinIndex[ firstIndex ] = positinIndex[ secondIndex ]; in SortIntervals()
2101 positinIndex[ secondIndex ] = midInt; in SortIntervals()