Home
last modified time | relevance | path

Searched refs:_numOfInsertedLabels (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.cs4847 private int _numOfInsertedLabels = 0; field in System.Windows.Forms.DataVisualization.Charting.ChartTypes.PieChart.LabelColumn
5039 _numOfInsertedLabels++; in InsertLabel()
5123 if( _numOfInsertedLabels < _points.Length / 2 ) in AdjustPositions()