7 writes to interval
System.Windows.Forms.DataVisualization (7)
Common\General\Axis.cs (2)
1341
labelStyle.
interval
= tempLabelInterval;
3316
labelStyle.
interval
= tempLabelInterval;
Common\General\AxisScale.cs (2)
491
labelStyle.
interval
= value;
521
labelStyle.
interval
= newInterval;
Common\General\AxisScaleSegments.cs (2)
784
this.axis.LabelStyle.
interval
= this.Interval;
800
this.axis.LabelStyle.
interval
= (double)_oldAxisSettings.Pop();
Common\General\Label.cs (1)
2656
interval
= value;
6 references to interval
System.Windows.Forms.DataVisualization (6)
Common\General\Axis.cs (1)
3212
tempLabelInterval = labelStyle.
interval
;
Common\General\AxisScaleSegments.cs (1)
764
_oldAxisSettings.Push(this.axis.LabelStyle.
interval
);
Common\General\Label.cs (4)
2652
return
interval
;
2661
this._axis.tempLabelInterval =
interval
;
2675
if(double.IsNaN(
interval
) && this._axis != null)
2679
return
interval
;