Click or drag to resize

StiChartLegendLabels Constructor (Font, Color, NullableStiSeriesLabelsValueType)

Initializes a new instance of the StiChartLegendLabels class

Namespace:  Stimulsoft.Dashboard.Components.Chart
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public StiChartLegendLabels(
	Font font,
	Color color,
	Nullable<StiSeriesLabelsValueType> valueType
)

Parameters

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLegendLabels.#ctor(System.Drawing.Font,System.Drawing.Color,System.Nullable{Stimulsoft.Report.Chart.StiSeriesLabelsValueType})"]

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLegendLabels.#ctor(System.Drawing.Font,System.Drawing.Color,System.Nullable{Stimulsoft.Report.Chart.StiSeriesLabelsValueType})"]

valueType
Type: SystemNullableStiSeriesLabelsValueType

[Missing <param name="valueType"/> documentation for "M:Stimulsoft.Dashboard.Components.Chart.StiChartLegendLabels.#ctor(System.Drawing.Font,System.Drawing.Color,System.Nullable{Stimulsoft.Report.Chart.StiSeriesLabelsValueType})"]

See Also