Click or drag to resize

StiChartGdiPainterDrawChart Method (StiChart, StiChart, Graphics, RectangleF, Boolean, Boolean, NullableDouble)

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiChartGdiPainter.DrawChart(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Report.Chart.StiChart,System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Nullable{System.Double})"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void DrawChart(
	StiChart oldChart,
	StiChart chart,
	Graphics g,
	RectangleF rect,
	bool useMargins,
	bool useBackground,
	Nullable<double> zoom = null
)

Parameters

oldChart
Type: Stimulsoft.Report.ChartStiChart

[Missing <param name="oldChart"/> documentation for "M:Stimulsoft.Report.Painters.StiChartGdiPainter.DrawChart(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Report.Chart.StiChart,System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Nullable{System.Double})"]

chart
Type: Stimulsoft.Report.ChartStiChart

[Missing <param name="chart"/> documentation for "M:Stimulsoft.Report.Painters.StiChartGdiPainter.DrawChart(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Report.Chart.StiChart,System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Nullable{System.Double})"]

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Painters.StiChartGdiPainter.DrawChart(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Report.Chart.StiChart,System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Nullable{System.Double})"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Painters.StiChartGdiPainter.DrawChart(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Report.Chart.StiChart,System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Nullable{System.Double})"]

useMargins
Type: SystemBoolean

[Missing <param name="useMargins"/> documentation for "M:Stimulsoft.Report.Painters.StiChartGdiPainter.DrawChart(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Report.Chart.StiChart,System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Nullable{System.Double})"]

useBackground
Type: SystemBoolean

[Missing <param name="useBackground"/> documentation for "M:Stimulsoft.Report.Painters.StiChartGdiPainter.DrawChart(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Report.Chart.StiChart,System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Nullable{System.Double})"]

zoom (Optional)
Type: SystemNullableDouble

[Missing <param name="zoom"/> documentation for "M:Stimulsoft.Report.Painters.StiChartGdiPainter.DrawChart(Stimulsoft.Report.Chart.StiChart,Stimulsoft.Report.Chart.StiChart,System.Drawing.Graphics,System.Drawing.RectangleF,System.Boolean,System.Boolean,System.Nullable{System.Double})"]

See Also