Click or drag to resize

StiChartLegend Constructor (StiChartLegendTitle, StiChartLegendLabels, StiLegendHorAlignment, StiLegendVertAlignment)

Initializes a new instance of the StiChartLegend class

Namespace:  Stimulsoft.Dashboard.Components.Chart
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public StiChartLegend(
	StiChartLegendTitle title,
	StiChartLegendLabels labels,
	StiLegendHorAlignment horAlignment,
	StiLegendVertAlignment vertAlignment
)

Parameters

title
Type: Stimulsoft.Dashboard.Components.ChartStiChartLegendTitle

[Missing <param name="title"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLegend.#ctor(Stimulsoft.Dashboard.Components.Chart.StiChartLegendTitle,Stimulsoft.Dashboard.Components.Chart.StiChartLegendLabels,Stimulsoft.Report.Chart.StiLegendHorAlignment,Stimulsoft.Report.Chart.StiLegendVertAlignment)"]

labels
Type: Stimulsoft.Dashboard.Components.ChartStiChartLegendLabels

[Missing <param name="labels"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLegend.#ctor(Stimulsoft.Dashboard.Components.Chart.StiChartLegendTitle,Stimulsoft.Dashboard.Components.Chart.StiChartLegendLabels,Stimulsoft.Report.Chart.StiLegendHorAlignment,Stimulsoft.Report.Chart.StiLegendVertAlignment)"]

horAlignment
Type: Stimulsoft.Report.ChartStiLegendHorAlignment

[Missing <param name="horAlignment"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLegend.#ctor(Stimulsoft.Dashboard.Components.Chart.StiChartLegendTitle,Stimulsoft.Dashboard.Components.Chart.StiChartLegendLabels,Stimulsoft.Report.Chart.StiLegendHorAlignment,Stimulsoft.Report.Chart.StiLegendVertAlignment)"]

vertAlignment
Type: Stimulsoft.Report.ChartStiLegendVertAlignment

[Missing <param name="vertAlignment"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLegend.#ctor(Stimulsoft.Dashboard.Components.Chart.StiChartLegendTitle,Stimulsoft.Dashboard.Components.Chart.StiChartLegendLabels,Stimulsoft.Report.Chart.StiLegendHorAlignment,Stimulsoft.Report.Chart.StiLegendVertAlignment)"]

See Also