10 writes to _labelPosition
System.Windows.Forms.DataVisualization (10)
Common\ChartTypes\RadarChart.cs (10)
1097this._labelPosition = LabelAlignmentStyles.Center; 1101this._labelPosition = LabelAlignmentStyles.Bottom; 1105this._labelPosition = LabelAlignmentStyles.TopLeft; 1109this._labelPosition = LabelAlignmentStyles.TopRight; 1113this._labelPosition = LabelAlignmentStyles.BottomLeft; 1117this._labelPosition = LabelAlignmentStyles.BottomRight; 1121this._labelPosition = LabelAlignmentStyles.Left; 1125this._labelPosition = LabelAlignmentStyles.Right; 1129this._labelPosition = LabelAlignmentStyles.Top; 1140this._labelPosition = GetAutoLabelPosition(area, ser, pointIndex);
2 references to _labelPosition
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\RadarChart.cs (2)
1145switch (this._labelPosition) 1222this._labelPosition);