2 instantiations of ChartGraphics
System.Windows.Forms.DataVisualization (2)
Common\Annotation\TextAnnotation.cs (1)
939
tempChartGraph = new
ChartGraphics
( Common );
Common\General\Chart.cs (1)
1551
ChartGraph= new
ChartGraphics
(Common);
411 references to ChartGraphics
System.Windows.Forms.DataVisualization (411)
Common\Annotation\AnnotationBase.cs (4)
2024
/// A <see cref="
ChartGraphics
"/> object used to paint the annotation object.
2029
abstract internal void Paint(Chart chart,
ChartGraphics
graphics);
2037
virtual internal void PaintSelectionHandles(
ChartGraphics
chartGraphics, RectangleF rect, GraphicsPath path)
4117
internal
ChartGraphics
GetGraphics()
Common\Annotation\AnnotationCollection.cs (1)
203
internal void Paint(
ChartGraphics
chartGraph, bool drawAnnotationOnly)
Common\Annotation\ArrowAnnotation.cs (3)
302
/// A <see cref="
ChartGraphics
"/> used to paint annotation object.
307
override internal void Paint(Chart chart,
ChartGraphics
graphics)
387
ChartGraphics
graphics,
Common\Annotation\CalloutAnnotation.cs (7)
639
/// A <see cref="
ChartGraphics
"/> used to paint annotation object.
644
override internal void Paint(Chart chart,
ChartGraphics
graphics)
807
ChartGraphics
graphics,
909
ChartGraphics
graphics,
1101
ChartGraphics
graphics,
1278
ChartGraphics
graphics,
1440
ChartGraphics
graphics,
Common\Annotation\GroupAnnotation.cs (2)
900
/// A <see cref="
ChartGraphics
"/> object, used to paint the annotation object.
905
override internal void Paint(Chart chart,
ChartGraphics
graphics)
Common\Annotation\ImageAnnotation.cs (3)
513
/// A <see cref="
ChartGraphics
"/> object, used to paint the annotation object.
518
override internal void Paint(Chart chart,
ChartGraphics
graphics)
702
ChartGraphics
chartGraphics = this.GetGraphics();
Common\Annotation\LineAnnotation.cs (2)
557
/// A <see cref="
ChartGraphics
"/> object, used to paint an annotation object.
562
override internal void Paint(Chart chart,
ChartGraphics
graphics)
Common\Annotation\PolygonAnnotation.cs (2)
548
/// A <see cref="
ChartGraphics
"/> object, used to paint an annotation object.
553
override internal void Paint(Chart chart,
ChartGraphics
graphics)
Common\Annotation\RectangleAnnotation.cs (4)
377
/// A <see cref="
ChartGraphics
"/> object, used to paint an annotation object.
382
override internal void Paint(Chart chart,
ChartGraphics
graphics)
615
/// A <see cref="
ChartGraphics
"/>
620
override internal void Paint(Chart chart,
ChartGraphics
graphics)
Common\Annotation\TextAnnotation.cs (5)
407
/// A <see cref="
ChartGraphics
"/> object, used to paint an annotation object.
412
override internal void Paint(Chart chart,
ChartGraphics
graphics)
510
internal RectangleF DrawText(
ChartGraphics
graphics, RectangleF textPosition, bool noSpacingForCenteredText, bool getTextPosition)
612
Color textShadowColor =
ChartGraphics
.GetGradientColor(this.ForeColor, Color.Black, 0.8);
934
ChartGraphics
tempChartGraph = null;
Common\Borders3D\Borders3D.cs (2)
753
ChartGraphics
graph,
773
void AdjustAreasPosition(
ChartGraphics
graph, ref RectangleF areasRect);
Common\Borders3D\EmbossBorder.cs (2)
111
public virtual void AdjustAreasPosition(
ChartGraphics
graph, ref RectangleF areasRect)
157
ChartGraphics
graph,
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,
1193
if (
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),
713
private 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\BubbleChart.cs (3)
133
ChartGraphics
graph,
168
ChartGraphics
graph,
209
private float ScaleBubbleSize(
ChartGraphics
graph, CommonElements common, ChartArea area, double value)
Common\ChartTypes\ChartTypeRegistry.cs (1)
419
void Paint(
ChartGraphics
graph, CommonElements common, ChartArea area, Series seriesToDraw);
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\FastLineChart.cs (2)
78
internal
ChartGraphics
Graph { get; set; }
232
ChartGraphics
graph,
Common\ChartTypes\FastPointChart.cs (3)
79
internal
ChartGraphics
Graph { get; set; }
233
ChartGraphics
graph,
438
ChartGraphics
graph,
Common\ChartTypes\FunnelChart.cs (17)
183
internal
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\KagiChart.cs (7)
459
ChartGraphics
graph,
476
this.kagiUpColor =
ChartGraphics
.GetGradientColor(series.Color, Color.Black, 0.5);
636
override protected PointF[] GetPointsPosition(
ChartGraphics
graph, Series series, bool indexedSeries)
694
ChartGraphics
graph,
726
DataPoint3D firstPoint =
ChartGraphics
.FindPointByIndex(
822
DataPoint3D prevPoint =
ChartGraphics
.FindPointByIndex(
984
public override void Paint(
ChartGraphics
graph, CommonElements common, ChartArea area, Series seriesToDraw )
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,
981
private 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\PointAndFigureChart.cs (2)
530
Color upPriceColor =
ChartGraphics
.GetGradientColor(series.Color, Color.Black, 0.5);
800
ChartGraphics
graph,
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\PolarChart.cs (1)
233
override protected PointF[] GetPointsPosition(
ChartGraphics
graph, ChartArea area, Series series)
Common\ChartTypes\RadarChart.cs (5)
336
virtual public void Paint(
ChartGraphics
graph, CommonElements common, ChartArea area, Series seriesToDraw )
356
ChartGraphics
graph,
952
ChartGraphics
graph,
980
virtual protected PointF[] GetPointsPosition(
ChartGraphics
graph, ChartArea area, Series series)
1028
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(
1238
if (
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\RenkoChart.cs (1)
535
virtual public void Paint(
ChartGraphics
graph, CommonElements common, ChartArea area, Series seriesToDraw )
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\ChartTypes\StepLineChart.cs (3)
105
ChartGraphics
graph,
232
ChartGraphics
graph,
264
DataPoint3D firstPoint =
ChartGraphics
.FindPointByIndex(
Common\ChartTypes\StockChart.cs (6)
294
virtual public void Paint(
ChartGraphics
graph, CommonElements common, ChartArea area, Series seriesToDraw )
310
ChartGraphics
graph,
646
ChartGraphics
graph,
931
ChartGraphics
graph,
1116
ChartGraphics
graph,
1469
ChartGraphics
graph,
Common\ChartTypes\ThreeLineBreakChart.cs (1)
531
virtual public void Paint(
ChartGraphics
graph, CommonElements common, ChartArea area, Series seriesToDraw )
Common\DataManager\DataSeries.cs (2)
633
ChartGraphics
graph,
713
ChartGraphics
graph,
Common\General\Axis.cs (29)
1502
internal void PrePaint(
ChartGraphics
graph)
1539
internal void Paint(
ChartGraphics
graph)
1673
internal void PaintOnSegmentedScalePassOne(
ChartGraphics
graph )
1702
internal void PaintOnSegmentedScalePassTwo(
ChartGraphics
graph )
1737
private void DrawAxisTitle(
ChartGraphics
graph)
2001
private Matrix SetRotationTransformation(
ChartGraphics
graph, RectangleF titlePosition)
2032
ChartGraphics
graph,
2132
ChartGraphics
graph,
2221
private void DrawAxis3DTitle(
ChartGraphics
graph)
2467
internal void DrawAxisLine(
ChartGraphics
graph, bool backElements)
2599
private void DrawAxisLineHotRegion(
ChartGraphics
graph, bool backElements)
2620
private void DrawAxisLineHotRegion(
ChartGraphics
graph)
2756
ChartGraphics
graph,
2953
internal void PaintGrids(
ChartGraphics
graph)
2967
internal void PaintGrids(
ChartGraphics
graph, out object obj)
2999
internal void PaintStrips(
ChartGraphics
graph, bool drawLinesOnly)
3018
internal void PaintStrips(
ChartGraphics
graph, bool selectionMode, int x, int y, out object obj, bool drawLinesOnly)
3120
stripLine.BackColor =
ChartGraphics
.GetGradientColor(Common.Chart.BackColor, Color.Black, 0.2);
3129
stripLine.BackColor =
ChartGraphics
.GetGradientColor(ChartArea.BackColor, Color.Black, 0.2);
3357
ChartGraphics
chartGraph,
4048
private void AdjustIntervalToFitLabels(
ChartGraphics
chartGraph, bool autoPlotPosition, bool onlyIncreaseInterval)
4208
ChartGraphics
chartGraph,
4744
ChartGraphics
graph,
4831
ChartGraphics
graph,
5001
internal void AdjustLabelFontAtSecondPass(
ChartGraphics
chartGraph, bool autoPlotPosition)
5173
ChartGraphics
chartGraph,
5203
ChartGraphics
chartGraph,
5626
private float GetRequiredLabelSize(
ChartGraphics
chartGraph, float maxLabelSize, out float resultSize)
5904
private float[] GetRequiredGroupLabelSize(
ChartGraphics
chartGraph, float maxLabelSize)
Common\General\AxisScaleSegments.cs (3)
355
internal void PaintBreakLine(
ChartGraphics
graph, AxisScaleSegment nextSegment)
508
private Brush GetChartFillBrush(
ChartGraphics
graph)
687
internal RectangleF GetBreakLinePosition(
ChartGraphics
graph, AxisScaleSegment nextSegment)
Common\General\Chart.cs (6)
1455
internal
ChartGraphics
ChartGraph { get; set; }
2080
public void Resize(
ChartGraphics
chartGraph)
2090
public void Resize(
ChartGraphics
chartGraph, bool calcAreaPositionOnly)
3895
private
ChartGraphics
_chartGraph = null;
3921
public
ChartGraphics
ChartGraphics
3985
internal ChartPaintEventArgs(object chartElement,
ChartGraphics
chartGraph, CommonElements common, ElementPosition position)
Common\General\ChartArea.cs (6)
1464
internal void Resize(
ChartGraphics
chartGraph)
2006
private void PaintAreaBack(
ChartGraphics
graph, RectangleF position, bool borderOnly)
2076
internal void Paint(
ChartGraphics
graph )
2411
internal void PaintCursors(
ChartGraphics
graph, bool cursorOnly )
2561
ChartGraphics
chartGraph,
2659
ChartGraphics
chartGraph,
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,
931
common.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;
3603
circleBrush.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(
4303
pen.Color = frontSurfaceBrush == null ? surfaceColor :
ChartGraphics
.GetGradientColor(backColor, Color.Black, 0.3);
Common\General\ChartRenderingEngine.cs (2)
221
ChartGraphics
chartGraphics = this as
ChartGraphics
;
Common\General\CommonElements.cs (1)
71
internal
ChartGraphics
graph = null;
Common\General\GridTickMarks.cs (6)
137
internal void Paint(
ChartGraphics
graph, bool backElements )
584
internal void PaintCustom(
ChartGraphics
graph, bool backElements )
785
ChartGraphics
graph,
1237
internal void Paint(
ChartGraphics
graph )
1458
private void DrawGrid(
ChartGraphics
graph, double current )
1549
internal void PaintCustom(
ChartGraphics
graph )
Common\General\ImageMap.cs (3)
359
private string GetCoordinates(
ChartGraphics
graph)
793
ChartGraphics
graph)
836
ChartGraphics
graph)
Common\General\Label.cs (3)
1122
internal void PaintCircular(
ChartGraphics
graph )
1361
internal void Paint(
ChartGraphics
graph, bool backElements )
1962
internal void Paint3D(
ChartGraphics
graph, bool backElements )
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\LegendColumns.cs (7)
1480
ChartGraphics
graph,
1605
resultColor =
ChartGraphics
.GetGradientColor( Chart.BackColor, Color.Black, 0.2 );
1614
resultColor =
ChartGraphics
.GetGradientColor( this.Legend.BackColor, Color.Black, 0.2 );
1909
ChartGraphics
chartGraph,
1999
ChartGraphics
chartGraph,
2086
ChartGraphics
chartGraph,
2214
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,
814
internal void AddHotRegion( int insertIndex,
ChartGraphics
graph, float x, float y, float radius, DataPoint point, string seriesName, int pointIndex )
1040
internal void AddHotRegion(
ChartGraphics
graph, GraphicsPath path, bool relativePath, string toolTip, string hRef, string mapAreaAttributes, string postBackValue, object selectedObject, ChartElementType type )
1580
internal
ChartGraphics
Graph
2751
ChartGraphics
graph = this.Graph;
3027
private ArrayList GetAxisMarkers(
ChartGraphics
graph, Axis axis)
3128
private ArrayList GetAreaMarkers(
ChartGraphics
graph, ChartArea area)
Common\General\SmartLabels.cs (9)
632
ChartGraphics
graph,
673
ChartGraphics
graph,
775
ChartGraphics
graph,
908
ChartGraphics
graph,
1034
ChartGraphics
graph,
1379
ChartGraphics
graph,
1406
ChartGraphics
graph,
1578
ChartGraphics
graph,
1695
ChartGraphics
graph,
Common\General\StripLine.cs (4)
246
ChartGraphics
graph,
522
private void Draw3DStrip(
ChartGraphics
graph, RectangleF rect, bool horizontal )
617
private void PaintTitle(
ChartGraphics
graph, PointF point1, PointF point2)
638
private void PaintTitle(
ChartGraphics
graph, RectangleF rect)
Common\General\Title.cs (8)
1347
internal void Paint(
ChartGraphics
chartGraph )
1608
Color textShadowColor =
ChartGraphics
.GetGradientColor(this.ForeColor, Color.Black, 0.8);
1710
ChartGraphics
chartGraph,
1767
Color texthighlightColor =
ChartGraphics
.GetGradientColor(Color.White, foreColor, 0.3);
1791
Color texthighlightColor =
ChartGraphics
.GetGradientColor(Color.White, foreColor, 0.3);
1835
ChartGraphics
chartGraph,
2057
ChartGraphics
chartGraph,
2159
ChartGraphics
chartGraph,