3 references to FindScaleSegmentForAxisValue
System.Web.DataVisualization (3)
Common\General\Axis.cs (1)
5393this.ScaleSegments.EnforceSegment(this.ScaleSegments.FindScaleSegmentForAxisValue((label.FromPosition + label.ToPosition) / 2.0));
Common\General\AxisScale.cs (1)
1855 AxisScaleSegment scaleSegment = this.ScaleSegments.FindScaleSegmentForAxisValue(axisValue);
Common\General\Label.cs (1)
1571AxisScaleSegment scaleSegment = _axis.ScaleSegments.FindScaleSegmentForAxisValue(middlePoint);