Click or drag to resize

StiGaugeContextPainterAddTextGaugeGeom Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiGaugeContextPainter.AddTextGaugeGeom(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat)"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void AddTextGaugeGeom(
	string text,
	Font font,
	StiBrush foreground,
	RectangleF rect,
	StringFormat sf
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.Painters.StiGaugeContextPainter.AddTextGaugeGeom(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat)"]

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Report.Painters.StiGaugeContextPainter.AddTextGaugeGeom(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat)"]

foreground
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="foreground"/> documentation for "M:Stimulsoft.Report.Painters.StiGaugeContextPainter.AddTextGaugeGeom(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Painters.StiGaugeContextPainter.AddTextGaugeGeom(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat)"]

sf
Type: System.DrawingStringFormat

[Missing <param name="sf"/> documentation for "M:Stimulsoft.Report.Painters.StiGaugeContextPainter.AddTextGaugeGeom(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat)"]

See Also