51 references to Axis
System.Windows.Forms.DataVisualization (51)
Common\General\Selection.cs (3)
2381result.Axis = stripLines.Axis; 2382if (stripLines.Axis != null) 2384result.ChartArea = stripLines.Axis.ChartArea;
Common\General\StripLine.cs (48)
228if (this.TextOrientation == TextOrientation.Auto && this.Axis != null) 230if (this.Axis.AxisPosition == AxisPosition.Bottom || this.Axis.AxisPosition == AxisPosition.Top) 251 if(this.Axis.ChartArea.chartAreaIsCurcular) 257 RectangleF plotAreaPosition = this.Axis.ChartArea.PlotAreaPosition.ToRectangleF(); 261 if(this.Axis.AxisPosition == AxisPosition.Bottom || this.Axis.AxisPosition == AxisPosition.Top) 268 if(Axis.axisType == AxisName.X || Axis.axisType == AxisName.X2) 270 List<string> seriesArray = Axis.ChartArea.GetXAxesSeries((Axis.axisType == AxisName.X) ? AxisType.Primary : AxisType.Secondary, Axis.SubAxisName); 273 axisSeries = Axis.Common.DataManager.Series[seriesArray[0]]; 284double currentPosition = this.Axis.ViewMinimum; 287 if(!Axis.ChartArea.chartAreaIsCurcular || 288 Axis.axisType == AxisName.Y || 289 Axis.axisType == AxisName.Y2 ) 306 if( ( Axis.ViewMaximum - Axis.ViewMinimum ) / ChartHelper.GetIntervalSize(currentPosition, this._interval, this._intervalType, axisSeries, 0, DateTimeIntervalType.Number, false) > ChartHelper.MaxNumOfGridlines) 359if (stripRightPosition > this.Axis.ViewMinimum && currentPosition < this.Axis.ViewMaximum) 363 double pos1 = (float)this.Axis.GetLinearPosition(currentPosition); 364double pos2 = (float)this.Axis.GetLinearPosition(stripRightPosition); 396 if(!this.Axis.ChartArea.Area3DStyle.Enable3D) 419 if(!this.Axis.ChartArea.Area3DStyle.Enable3D) 435 if(currentPosition > this.Axis.ViewMinimum && currentPosition < this.Axis.ViewMaximum) 443 point1.Y = (float)this.Axis.GetLinearPosition(currentPosition); 449 point1.X = (float)this.Axis.GetLinearPosition(currentPosition); 463 if(!this.Axis.ChartArea.Area3DStyle.Enable3D) 469 graph.Draw3DGridLine(this.Axis.ChartArea, _borderColor, _borderWidth, _borderDashStyle, point1, point2, horizontal, Axis.Common, this ); 513 } while(this.Interval > 0 && currentPosition <= this.Axis.ViewMaximum); 524 ChartArea area = this.Axis.ChartArea; 528 if( this.Axis.Common.ProcessModeRegions ) 546 if( this.Axis.Common.ProcessModeRegions ) 550 this.Axis.Common.HotRegionsList.AddHotRegion( graph, path, false, this.ToolTip, this.Url, this.MapAreaAttributes, this.PostBackValue, this, ChartElementType.StripLines ); 597 if( this.Axis.Common.ProcessModeRegions ) 600 this.Axis.Common.HotRegionsList.AddHotRegion( graph, path, false, this.ToolTip, this.Url, this.MapAreaAttributes, this.PostBackValue, this, ChartElementType.StripLines ); 675if (this.Axis.AxisPosition == AxisPosition.Bottom || this.Axis.AxisPosition == AxisPosition.Top) 699if (this.Axis.ChartArea.Area3DStyle.Enable3D) 703zPositon = this.Axis.ChartArea.IsMainSceneWallOnFront() ? this.Axis.ChartArea.areaSceneDepth : 0f; 709this.Axis.ChartArea.matrix3D.TransformPoints(textSizeProjection); 712int index = this.Axis.ChartArea.IsMainSceneWallOnFront() ? 0 : 1; 753if (this.Axis.ChartArea.Area3DStyle.Enable3D) 768this.Axis.ChartArea.matrix3D.TransformPoints(rotationCenterProjection);