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