1 write to _segmentSpacing
System.Windows.Forms.DataVisualization (1)
Common\General\AxisScaleBreaks.cs (1)
327
this.
_segmentSpacing
= value;
2 references to _segmentSpacing
System.Windows.Forms.DataVisualization (2)
Common\General\AxisScaleBreaks.cs (2)
319
return this.
_segmentSpacing
;
698
axisSegments[index].Spacing = this.
_segmentSpacing
;