2 references to _minSegmentSize
System.Windows.Forms.DataVisualization (2)
Common\General\AxisScaleBreaks.cs (2)
682
double minSize = Math.Min(this.
_minSegmentSize
, Math.Floor(100.0 / axisSegments.Count));
827
numberOfSegments > this.
_minSegmentSize
)