Click or drag to resize

StiChartDrawChart Method

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

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void DrawChart(
	Graphics g,
	RectangleF rect,
	bool useMargins,
	bool useBackground
)

Parameters

g
Type: System.DrawingGraphics

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

rect
Type: System.DrawingRectangleF

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

useMargins
Type: SystemBoolean

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

useBackground
Type: SystemBoolean

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

See Also