2 writes to axisScaleBreakStyle
System.Windows.Forms.DataVisualization (2)
Common\General\Axis.cs (1)
416this.axisScaleBreakStyle = new AxisScaleBreakStyle(this);
Common\General\AxisScale.cs (1)
819 this.axisScaleBreakStyle = value;
3 references to axisScaleBreakStyle
System.Windows.Forms.DataVisualization (3)
Common\General\Axis.cs (1)
414if (this.axisScaleBreakStyle == null)
Common\General\AxisScale.cs (2)
815 return this.axisScaleBreakStyle; 820 this.axisScaleBreakStyle.axis = (Axis)this;