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