Click or drag to resize

StiChartLegendTitle Constructor (Font, String, Color)

Initializes a new instance of the StiChartLegendTitle class

Namespace:  Stimulsoft.Dashboard.Components.Chart
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public StiChartLegendTitle(
	Font font,
	string text,
	Color color
)

Parameters

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLegendTitle.#ctor(System.Drawing.Font,System.String,System.Drawing.Color)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLegendTitle.#ctor(System.Drawing.Font,System.String,System.Drawing.Color)"]

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLegendTitle.#ctor(System.Drawing.Font,System.String,System.Drawing.Color)"]

See Also