2 writes to axis
System.Windows.Forms.DataVisualization (2)
Common\General\AxisScale.cs (1)
820 this.axisScaleBreakStyle.axis = (Axis)this;
Common\General\AxisScaleBreaks.cs (1)
180 this.axis = axis;
24 references to axis
System.Windows.Forms.DataVisualization (24)
Common\General\AxisScaleBreaks.cs (24)
427 if(this.axis == null || this.axis.ChartArea == null || this.axis.ChartArea.Common.Chart == null) 433 if(this.axis.ChartArea.Area3DStyle.Enable3D) 439 if(this.axis.axisType == AxisName.X || this.axis.axisType == AxisName.X2) 445 if(this.axis.IsLogarithmic) 451 if(this.axis.ScaleView.IsZoomed) 457 ArrayList axisSeries = AxisScaleBreakStyle.GetAxisSeries(this.axis); 470 IChartType chartType = this.axis.ChartArea.Common.ChartTypeRegistry.GetChartType(series.ChartTypeName); 525 if(this.axis != null) 527 this.axis.Invalidate(); 566 axisScaleSegment.Interval = this.axis.EstimateNumberAxis( 567 ref minimum, ref maximum, startFromZero, this.axis.prefferedNumberofIntervals, true, true); 572if (axisScaleSegment.ScaleMinimum < this.axis.Minimum) 574axisScaleSegment.ScaleMinimum = this.axis.Minimum; 576if (axisScaleSegment.ScaleMaximum > this.axis.Maximum) 578axisScaleSegment.ScaleMaximum = this.axis.Maximum; 776 this.axis.EstimateNumberAxis( 779 this.axis.IsStartedFromZero, 780 this.axis.prefferedNumberofIntervals, 957 ArrayList axisSeries = AxisScaleBreakStyle.GetAxisSeries(this.axis); 962 axis.Common.DataManager.GetMinMaxYValue(axisSeries, out minYValue, out maxYValue); 993 IChartType chartType = this.axis.ChartArea.Common.ChartTypeRegistry.GetChartType(series.ChartTypeName);