Click or drag to resize

IStiLegendMarkerDraw Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Chart.IStiLegendMarker.Draw(Stimulsoft.Base.Context.StiContext,Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Int32,System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Report.Chart
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
void Draw(
	StiContext context,
	IStiSeries series,
	RectangleF rect,
	int colorIndex,
	int colorCount,
	int index
)

Parameters

context
Type: Stimulsoft.Base.ContextStiContext

[Missing <param name="context"/> documentation for "M:Stimulsoft.Report.Chart.IStiLegendMarker.Draw(Stimulsoft.Base.Context.StiContext,Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Int32,System.Int32,System.Int32)"]

series
Type: Stimulsoft.Report.ChartIStiSeries

[Missing <param name="series"/> documentation for "M:Stimulsoft.Report.Chart.IStiLegendMarker.Draw(Stimulsoft.Base.Context.StiContext,Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Int32,System.Int32,System.Int32)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Chart.IStiLegendMarker.Draw(Stimulsoft.Base.Context.StiContext,Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Int32,System.Int32,System.Int32)"]

colorIndex
Type: SystemInt32

[Missing <param name="colorIndex"/> documentation for "M:Stimulsoft.Report.Chart.IStiLegendMarker.Draw(Stimulsoft.Base.Context.StiContext,Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Int32,System.Int32,System.Int32)"]

colorCount
Type: SystemInt32

[Missing <param name="colorCount"/> documentation for "M:Stimulsoft.Report.Chart.IStiLegendMarker.Draw(Stimulsoft.Base.Context.StiContext,Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Int32,System.Int32,System.Int32)"]

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Stimulsoft.Report.Chart.IStiLegendMarker.Draw(Stimulsoft.Base.Context.StiContext,Stimulsoft.Report.Chart.IStiSeries,System.Drawing.RectangleF,System.Int32,System.Int32,System.Int32)"]

See Also