Common\ChartTypes\AreaChart.cs (16)
232 ChartGraphics graph,
265 ChartGraphics graph,
597 private void FillLastSeriesGradient(ChartGraphics graph)
666 ChartGraphics graph,
702 DataPoint3D firstPoint = ChartGraphics.FindPointByIndex(
731 firstPoint = ChartGraphics.FindPointByIndex(points, secondPoint.index - 1, (this.multiSeries) ? secondPoint : null, ref pointArrayIndex);
737 secondPoint = ChartGraphics.FindPointByIndex(points, firstPoint.index + 1, (this.multiSeries) ? secondPoint : null, ref pointArrayIndex);
742 secondPoint = ChartGraphics.FindPointByIndex(points, secondPoint.index - 1, (this.multiSeries) ? secondPoint : null, ref pointArrayIndex);
910 ChartGraphics graph,
1193if (ChartGraphics.ShouldDrawLineChartSurface(area, area.ReverseSeriesOrder, currentSurface, visibleSurfaces, color,
1244 surfaceBorderColor = ChartGraphics.GetGradientColor( color, Color.Black, 0.2 );
1270 Color topColor = (topDarkening == 0f) ? surfaceColor : ChartGraphics.GetGradientColor(surfaceColor, Color.Black, topDarkening);
1271 Color topBorderColor = (topDarkening == 0f) ? surfaceBorderColor : ChartGraphics.GetGradientColor(surfaceBorderColor, Color.Black, topDarkening);
1296 Color bottomColor = (bottomDarkening == 0f) ? surfaceColor : ChartGraphics.GetGradientColor(surfaceColor, Color.Black, topDarkening);
1297 Color bottomBorderColor = (bottomDarkening == 0f) ? surfaceBorderColor : ChartGraphics.GetGradientColor(surfaceBorderColor, Color.Black, topDarkening);
1543 if(ChartGraphics.IsSurfaceVisible(cubePoints[0],cubePoints[1],cubePoints[2]))
Common\ChartTypes\BarChart.cs (10)
306 public void Paint( ChartGraphics graph, CommonElements common, ChartArea area, Series seriesToDraw )
331 ChartGraphics graph,
629 ChartGraphics.GetBarDrawingStyle(point),
713private static int GetAdjustedPixelSize(int pixelSize, ChartGraphics graph)
743 ChartGraphics graph,
1105 private void SetHotRegions( CommonElements common, ChartGraphics graph, DataPoint point, SizeF markerSize, string seriesName, int pointIndex, MarkerStyle pointMarkerStyle, PointF markerPosition )
1308 ChartGraphics graph,
1402 BarDrawingStyle barDrawingStyle = ChartGraphics.GetBarDrawingStyle(point);
1728 ChartGraphics graph,
1820 ChartGraphics graph,
Common\ChartTypes\BoxPlotChart.cs (12)
223 virtual public void Paint( ChartGraphics graph, CommonElements common, ChartArea area, Series seriesToDraw )
239 ChartGraphics graph,
494 markerLinesColor = ChartGraphics.GetGradientColor(point.Color, Color.Black, 0.4);
498 markerLinesColor = ChartGraphics.GetGradientColor(point.Color, Color.White, 0.4);
689 ChartGraphics graph,
740 ChartGraphics graph,
839 ChartGraphics graph,
874 ChartGraphics graph,
1017 ChartGraphics graph,
1274 markerLinesColor = ChartGraphics.GetGradientColor(point.Color, Color.Black, 0.4);
1278 markerLinesColor = ChartGraphics.GetGradientColor(point.Color, Color.White, 0.4);
1475 ChartGraphics graph,
Common\ChartTypes\ColumnChart.cs (10)
229 ChartGraphics graph,
256 ChartGraphics graph,
588 ChartGraphics graph,
610 ChartGraphics.GetBarDrawingStyle(point),
652 private void ProcessChartType3D( bool labels, bool selection, ChartGraphics graph, CommonElements common, ChartArea area, Series seriesToDraw )
720 BarDrawingStyle barDrawingStyle = ChartGraphics.GetBarDrawingStyle(point);
948 ChartGraphics graph,
971 ChartGraphics graph,
1089 ChartGraphics graph,
1303 ChartGraphics graph,
Common\ChartTypes\ErrorBarChart.cs (8)
271 virtual public void Paint( ChartGraphics graph, CommonElements common, ChartArea area, Series seriesToDraw )
287 ChartGraphics graph,
731 ChartGraphics graph,
808 ChartGraphics graph,
896 ChartGraphics graph,
931 ChartGraphics graph,
1074 ChartGraphics graph,
1504 ChartGraphics graph,
Common\ChartTypes\FunnelChart.cs (17)
183internal ChartGraphics Graph { get; set; }
407 ChartGraphics graph,
584 PointF startIntersection = ChartGraphics.GetLinesIntersection(
593 PointF endIntersection = ChartGraphics.GetLinesIntersection(
664 Color lightColor = ChartGraphics.GetGradientColor( point.Color, Color.White, 0.3 );
665 Color darkColor = ChartGraphics.GetGradientColor( point.Color, Color.Black, 0.3 );
841 (drawSegment) ? ChartGraphics.GetGradientColor( point.Color, Color.Black, 0.4 ) : Color.Transparent,
891 (drawSegment) ? ChartGraphics.GetGradientColor( point.Color, Color.Black, 0.4 ) : Color.Transparent,
1050 PointF intersection = ChartGraphics.GetLinesIntersection(
1124 PointF intersection = ChartGraphics.GetLinesIntersection(
1155 Color lightColor = ChartGraphics.GetGradientColor( point.Color, Color.White, 0.3 );
1156 Color darkColor = ChartGraphics.GetGradientColor( point.Color, Color.Black, 0.3 );
1201 pen = new Pen(ChartGraphics.GetGradientColor( point.Color, Color.Black, 0.3 ), 1);
1266 (drawSegment) ? ChartGraphics.GetGradientColor( point.Color, Color.Black, 0.4 ) : Color.Transparent,
1315 (drawSegment) ? ChartGraphics.GetGradientColor( point.Color, Color.Black, 0.4 ) : Color.Transparent,
2931 PointF startIntersection = ChartGraphics.GetLinesIntersection(
2943 PointF endIntersection = ChartGraphics.GetLinesIntersection(
Common\ChartTypes\LineChart.cs (14)
102 ChartGraphics graph,
324 public override void Paint( ChartGraphics graph, CommonElements common, ChartArea area, Series seriesToDraw )
350 ChartGraphics graph,
730 ChartGraphics graph,
981private void DrawTruncatedLine(ChartGraphics graph, Pen pen, PointF pt1, PointF pt2)
1053 ChartGraphics graph,
1158 virtual protected PointF[] GetPointsPosition(ChartGraphics graph, Series series, bool indexedSeries)
1204 ChartGraphics graph,
1349 DataPoint3D prevDataPointEx = ChartGraphics.FindPointByIndex(
1484 ChartGraphics graph,
1512 DataPoint3D firstPoint = ChartGraphics.FindPointByIndex(
1629 ChartGraphics graph,
2006 ChartGraphics graph,
2427 ChartGraphics graph,
Common\ChartTypes\PieChart.cs (22)
516 public void Paint( ChartGraphics graph, CommonElements common, ChartArea area, Series seriesToDraw )
568 ((ChartGraphics)graph).SetClip( area.Position.ToRectangleF() );
600 ((ChartGraphics)graph).ResetClip();
638 private void SizeCorrection( ChartGraphics graph, CommonElements common, ChartArea area )
681 private void ProcessChartType( bool selection, ChartGraphics graph, CommonElements common, ChartArea area, bool shadow, LabelsMode labels )
979 ChartGraphics.GetPieDrawingStyle(point) );
1074 public void DrawLabels( ChartGraphics graph, PointF middlePoint, SizeF relativeSize, float startAngle, float sweepAngle, DataPoint point, float doughnutRadius, bool exploded, ChartArea area, bool overlapTest, int pointIndex, Color pieLineColor )
1482 private RectangleF GetLabelRect( PointF labelPosition, ChartArea area, string text, StringFormat format, ChartGraphics graph, DataPoint point, bool leftOrientation )
1588 public bool EstimateLabels( ChartGraphics graph, PointF middlePoint, SizeF relativeSize, float startAngle, float sweepAngle, DataPoint point, bool exploded, ChartArea area )
1809 private void Map( CommonElements common, DataPoint point, float startAngle, float sweepAngle, RectangleF rectangle, bool doughnut, float doughnutRadius, ChartGraphics graph, int pointIndex )
2370 ChartGraphics graph,
2676 ChartGraphics graph,
2697 penColor = ChartGraphics.GetGradientColor( point.Color, Color.Black, 0.5 );
3050 ChartGraphics graph,
3301 ChartGraphics graph,
3525 ChartGraphics graph,
3812 ChartGraphics graph,
4040 ChartGraphics graph,
5281 ChartGraphics graph,
5385 ChartGraphics graph,
5424 ChartGraphics graph,
5553 private void Draw3DInsideLabels( ChartGraphics graph, PointF [] points, DataPoint point, int pointIndex )
Common\ChartTypes\PointChart.cs (10)
271 virtual public void Paint( ChartGraphics graph, CommonElements common, ChartArea area, Series seriesToDraw )
289 ChartGraphics graph,
574 ChartGraphics graph,
617 private void SetHotRegions( CommonElements common, ChartGraphics graph, DataPoint point, SizeF markerSize, string seriesName, int pointIndex, MarkerStyle pointMarkerStyle, PointF markerPosition )
656 ChartGraphics graph,
966 ChartGraphics graph,
1044 ChartGraphics graph,
1100 ChartGraphics graph,
1336 ChartGraphics graph,
1407 ChartGraphics graph,
Common\ChartTypes\RangeChart.cs (17)
257 private void FillLastSeriesGradient(ChartGraphics graph)
315 ChartGraphics graph,
344 ChartGraphics graph,
770 ChartGraphics graph,
807 DataPoint3D firstPoint = ChartGraphics.FindPointByIndex(
835 firstPoint = ChartGraphics.FindPointByIndex(points, secondPoint.index - 1, (this.multiSeries) ? secondPoint : null, ref pointArrayIndex);
841 secondPoint = ChartGraphics.FindPointByIndex(points, firstPoint.index + 1, (this.multiSeries) ? secondPoint : null, ref pointArrayIndex);
846 secondPoint = ChartGraphics.FindPointByIndex(points, secondPoint.index - 1, (this.multiSeries) ? secondPoint : null, ref pointArrayIndex);
902 ChartGraphics graph,
997 PointF intersectionCoordinates = ChartGraphics.GetLinesIntersection(
1238if (ChartGraphics.ShouldDrawLineChartSurface(area, area.ReverseSeriesOrder, currentSurface, visibleSurfaces, color,
1260 surfaceBorderColor = ChartGraphics.GetGradientColor( color, Color.Black, 0.2 );
1513 if(ChartGraphics.IsSurfaceVisible(cubePoints[0],cubePoints[1],cubePoints[2]))
1573 if(ChartGraphics.IsSurfaceVisible(cubePoints[2],cubePoints[1],cubePoints[0]))
1641 ChartGraphics graph,
1710 bool topIsVisible = ChartGraphics.IsSurfaceVisible( points3D[0], points3D[1], points3D[2]);
1716 surfaceBorderColor = ChartGraphics.GetGradientColor( backColor, Color.Black, 0.2 );
Common\ChartTypes\StackedAreaChart.cs (7)
104 override public void Paint( ChartGraphics graph, CommonElements common, ChartArea area, Series seriesToDraw )
405 public override void Paint( ChartGraphics graph, CommonElements common, ChartArea area, Series seriesToDraw )
415 ((ChartGraphics)graph).ResetClip();
428 ChartGraphics graph,
1118 ChartGraphics graph,
1169 DataPoint3D pointPrevEx = ChartGraphics.FindPointByIndex(points, pointEx.index - 1, pointEx, ref neighborPointIndex);
1462 ChartGraphics graph,
Common\ChartTypes\StackedBarChart.cs (11)
117 override public void Paint( ChartGraphics graph, CommonElements common, ChartArea area, Series seriesToDraw )
473 virtual public void Paint( ChartGraphics graph, CommonElements common, ChartArea area, Series seriesToDraw )
481 RectangleF areaPosition = ((ChartGraphics)graph).GetAbsoluteRectangle( area.PlotAreaPosition.ToRectangleF());
488 ((ChartGraphics)graph).SetClipAbs( areaPosition );
500 ((ChartGraphics)graph).ResetClip();
516 ChartGraphics graph,
909 (shadow) ? BarDrawingStyle.Default : ChartGraphics.GetBarDrawingStyle(point),
1032 ChartGraphics graph,
1356 ChartGraphics graph,
1409 BarDrawingStyle barDrawingStyle = ChartGraphics.GetBarDrawingStyle(point);
1792 ChartGraphics graph,
Common\ChartTypes\StackedColumnChart.cs (11)
110 override public void Paint( ChartGraphics graph, CommonElements common, ChartArea area, Series seriesToDraw )
479 virtual public void Paint( ChartGraphics graph, CommonElements common, ChartArea area, Series seriesToDraw )
487 RectangleF areaPosition = ((ChartGraphics)graph).GetAbsoluteRectangle( area.PlotAreaPosition.ToRectangleF());
494 ((ChartGraphics)graph).SetClipAbs( areaPosition );
506 ((ChartGraphics)graph).ResetClip();
522 ChartGraphics graph,
927 (shadow) ? BarDrawingStyle.Default : ChartGraphics.GetBarDrawingStyle(point),
1112 ChartGraphics graph,
1400 ChartGraphics graph,
1450 BarDrawingStyle barDrawingStyle = ChartGraphics.GetBarDrawingStyle(point);
1826 ChartGraphics graph,
Common\General\Axis.cs (29)
1502internal void PrePaint(ChartGraphics graph)
1539internal void Paint(ChartGraphics graph)
1673 internal void PaintOnSegmentedScalePassOne( ChartGraphics graph )
1702 internal void PaintOnSegmentedScalePassTwo( ChartGraphics graph )
1737private void DrawAxisTitle(ChartGraphics graph)
2001private Matrix SetRotationTransformation(ChartGraphics graph, RectangleF titlePosition)
2032ChartGraphics graph,
2132ChartGraphics graph,
2221private void DrawAxis3DTitle(ChartGraphics graph)
2467internal void DrawAxisLine(ChartGraphics graph, bool backElements)
2599private void DrawAxisLineHotRegion(ChartGraphics graph, bool backElements)
2620private void DrawAxisLineHotRegion(ChartGraphics graph)
2756ChartGraphics graph,
2953internal void PaintGrids(ChartGraphics graph)
2967internal void PaintGrids(ChartGraphics graph, out object obj)
2999internal void PaintStrips(ChartGraphics graph, bool drawLinesOnly)
3018internal void PaintStrips(ChartGraphics graph, bool selectionMode, int x, int y, out object obj, bool drawLinesOnly)
3120stripLine.BackColor = ChartGraphics.GetGradientColor(Common.Chart.BackColor, Color.Black, 0.2);
3129stripLine.BackColor = ChartGraphics.GetGradientColor(ChartArea.BackColor, Color.Black, 0.2);
3357ChartGraphics chartGraph,
4048 private void AdjustIntervalToFitLabels(ChartGraphics chartGraph, bool autoPlotPosition, bool onlyIncreaseInterval)
4208 ChartGraphics chartGraph,
4744ChartGraphics graph,
4831ChartGraphics graph,
5001internal void AdjustLabelFontAtSecondPass(ChartGraphics chartGraph, bool autoPlotPosition)
5173ChartGraphics chartGraph,
5203ChartGraphics chartGraph,
5626private float GetRequiredLabelSize(ChartGraphics chartGraph, float maxLabelSize, out float resultSize)
5904private float[] GetRequiredGroupLabelSize(ChartGraphics chartGraph, float maxLabelSize)
Common\General\ChartArea3D.cs (9)
643 internal void DrawArea3DScene(ChartGraphics graph, RectangleF position)
1253 internal void Estimate3DInterval(ChartGraphics graph )
1552 internal void PaintChartSeries3D( ChartGraphics graph )
2182 surf1 = ChartGraphics.IsSurfaceVisible(pointsSurface[0], pointsSurface[1], pointsSurface[2]);
2189 surf2 = ChartGraphics.IsSurfaceVisible(pointsSurface[0], pointsSurface[1], pointsSurface[2]);
2203 surf1 = ChartGraphics.IsSurfaceVisible(pointsSurface[0], pointsSurface[1], pointsSurface[2]);
2210 surf2 = ChartGraphics.IsSurfaceVisible(pointsSurface[0], pointsSurface[1], pointsSurface[2]);
2224 surf1 = ChartGraphics.IsSurfaceVisible(pointsSurface[0], pointsSurface[1], pointsSurface[2]);
2231 surf2 = ChartGraphics.IsSurfaceVisible(pointsSurface[0], pointsSurface[1], pointsSurface[2]);
Common\General\ChartGraphics3D.cs (40)
347 ((ChartGraphics)this).Draw3DLine(
369 ((ChartGraphics)this).Draw3DLine(
385 ((ChartGraphics)this).Draw3DLine(
452 ((ChartGraphics)this).DrawLineRel(color, width, style, points[0].PointF, points[1].PointF);
782(ChartGraphics)this,
806(ChartGraphics)this,
910(ChartGraphics)this,
931common.HotRegionsList.AddHotRegion(path, false, (ChartGraphics)this, point, point.series.Name, pointIndex);
1048(ChartGraphics)this,
1073(ChartGraphics)this,
1238 surfaceBorderColor = ChartGraphics.GetGradientColor( backColor, Color.Black, 0.2 );
1904 Color cutSurfaceBackColor = ChartGraphics.GetGradientColor(backColor, Color.Black, 0.5);
1905 Color cutSurfaceBorderColor = ChartGraphics.GetGradientColor(borderColor, Color.Black, 0.5);
2114 surfaceBorderColor = ChartGraphics.GetGradientColor( backColor, Color.Black, 0.2 );
2235 thickBorderOnLeft = (ChartGraphics.ShouldDrawLineChartSurface(
2249 thickBorderOnRight = (ChartGraphics.ShouldDrawLineChartSurface(
2495 leftPoint = ChartGraphics.FindPointByIndex(points, Math.Min(firstPoint.index, secondPoint.index) - 1, (multiSeries) ? secondPoint : null, ref pointArrayIndex);
2496 leftPointAttr = ChartGraphics.FindPointByIndex(points, Math.Min(firstPoint.index, secondPoint.index), (multiSeries) ? secondPoint : null, ref pointArrayIndex);
2500 leftPoint = ChartGraphics.FindPointByIndex(points, Math.Max(firstPoint.index, secondPoint.index) + 1, (multiSeries) ? secondPoint : null, ref pointArrayIndex);
2551 rightPoint = ChartGraphics.FindPointByIndex(points, Math.Max(firstPoint.index, secondPoint.index) + 1, (multiSeries) ? secondPoint : null, ref pointArrayIndex);
2556 rightPoint = ChartGraphics.FindPointByIndex(points, Math.Min(firstPoint.index, secondPoint.index) - 1, (multiSeries) ? secondPoint : null, ref pointArrayIndex);
2557 rightPointAttr = ChartGraphics.FindPointByIndex(points, Math.Min(firstPoint.index, secondPoint.index), (multiSeries) ? secondPoint : null, ref pointArrayIndex);
2884 borderColor = ChartGraphics.GetGradientColor( backColor, Color.Black, 0.5 );
2896 topLightColor = ChartGraphics.GetGradientColor(topLightColor, Color.Black, topRightDarkening);
2900 rightLightColor = ChartGraphics.GetGradientColor(rightLightColor, Color.Black, topRightDarkening);
2907 bottomLightColor = ChartGraphics.GetGradientColor(bottomLightColor, Color.Black, bottomLeftDarkening);
2911 leftLightColor = ChartGraphics.GetGradientColor(leftLightColor, Color.Black, bottomLeftDarkening);
3474 ChartGraphics graph = (ChartGraphics)this;
3603circleBrush.CenterColor = ChartGraphics.GetGradientColor(markerColor, Color.White, 0.85);
4019 borderColor = ChartGraphics.GetGradientColor( backColor, Color.Black, 0.5 );
4031 topLightColor = ChartGraphics.GetGradientColor(topLightColor, Color.Black, topRightDarkening);
4035 rightLightColor = ChartGraphics.GetGradientColor(rightLightColor, Color.Black, topRightDarkening);
4042 bottomLightColor = ChartGraphics.GetGradientColor(bottomLightColor, Color.Black, bottomLeftDarkening);
4046 leftLightColor = ChartGraphics.GetGradientColor(leftLightColor, Color.Black, bottomLeftDarkening);
4165 Color lightColor = ChartGraphics.GetGradientColor( backColor, Color.White, 0.3 );
4166 Color darkColor = ChartGraphics.GetGradientColor( backColor, Color.Black, 0.3 );
4204 PointF middlePoint1 = ChartGraphics.GetLinesIntersection(
4210 PointF middlePoint2 = ChartGraphics.GetLinesIntersection(
4303pen.Color = frontSurfaceBrush == null ? surfaceColor : ChartGraphics.GetGradientColor(backColor, Color.Black, 0.3);
Common\General\Legend.cs (16)
438 private void RecalcLegendInfo(ChartGraphics chartGraph)
870 private SizeF GetOptimalSize(ChartGraphics chartGraph, SizeF maxSizeRel)
1083 ChartGraphics chartGraph,
1213 ChartGraphics chartGraph,
1242 ChartGraphics chartGraph,
1701 ChartGraphics graph,
2327 internal void Paint(ChartGraphics chartGraph )
3971 private Size GetTitleSize(ChartGraphics chartGraph, Size titleMaxSize)
4003 private Size GetHeaderSize(ChartGraphics chartGraph, LegendCellColumn legendColumn)
4028 private void DrawLegendHeader(ChartGraphics chartGraph)
4264 private void DrawLegendTitle(ChartGraphics chartGraph)
4428 ChartGraphics chartGraph,
4683 private LegendTableStyle GetLegendTableStyle(ChartGraphics chartGraph)
4893 ChartGraphics chartGraph,
4918 ChartGraphics chartGraph,
4995 ChartGraphics chartGraph,
Common\General\Matrix3D.cs (21)
929 left = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, 0.25);
930 top = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, 0.15);
932 right = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, 0.25);
933 bottom = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, 0.15);
955 front = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, GetAngle(lightSource,_lightVectors[1])/Math.PI );
957 back = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, GetAngle(lightSource,_lightVectors[2])/Math.PI );
959 left = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, 0 );
961 right = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, 0 );
965 front = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, 0 );
967 back = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, 1 );
969 left = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, GetAngle(lightSource,_lightVectors[3])/Math.PI );
971 right = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, GetAngle(lightSource,_lightVectors[4])/Math.PI );
974 top = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, GetAngle(lightSource,_lightVectors[5])/Math.PI );
976 bottom = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, GetAngle(lightSource,_lightVectors[6])/Math.PI );
1062 color = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, 0.15);
1067 color = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, 0.15);
1115 color = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, 0.25);
1119 color = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, 0.25);
1123 color = ChartGraphics.GetGradientColor( surfaceColor, Color.Black, 0.15);
1193 return ChartGraphics.GetGradientColor( Color.FromArgb(beginColor.A,255,255,255), beginColor, 1 - brightness + position );
1197 return ChartGraphics.GetGradientColor( beginColor, Color.Black, -brightness + position );
Common\General\Selection.cs (8)
583 ChartGraphics graph,
670 ChartGraphics graph,
814internal void AddHotRegion( int insertIndex, ChartGraphics graph, float x, float y, float radius, DataPoint point, string seriesName, int pointIndex )
1040internal void AddHotRegion( ChartGraphics graph, GraphicsPath path, bool relativePath, string toolTip, string hRef, string mapAreaAttributes, string postBackValue, object selectedObject, ChartElementType type )
1580internal ChartGraphics Graph
2751ChartGraphics graph = this.Graph;
3027private ArrayList GetAxisMarkers(ChartGraphics graph, Axis axis)
3128private ArrayList GetAreaMarkers(ChartGraphics graph, ChartArea area)
Common\General\Title.cs (8)
1347internal void Paint(ChartGraphics chartGraph )
1608Color textShadowColor = ChartGraphics.GetGradientColor(this.ForeColor, Color.Black, 0.8);
1710ChartGraphics chartGraph,
1767Color texthighlightColor = ChartGraphics.GetGradientColor(Color.White, foreColor, 0.3);
1791Color texthighlightColor = ChartGraphics.GetGradientColor(Color.White, foreColor, 0.3);
1835 ChartGraphics chartGraph,
2057 ChartGraphics chartGraph,
2159 ChartGraphics chartGraph,