Click or drag to resize

StiSparklinesColumn Constructor (String, String, StiHorAlignment, StiFormatService, StiSparklinesType, Boolean, Boolean)

Initializes a new instance of the StiSparklinesColumn class

Namespace:  Stimulsoft.Dashboard.Components.Table
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public StiSparklinesColumn(
	string expression,
	string label,
	StiHorAlignment horAlignment,
	StiFormatService textFormat,
	StiSparklinesType type,
	bool showHighLowPoints,
	bool showFirstLastPoints
)

Parameters

expression
Type: SystemString

[Missing <param name="expression"/> documentation for "M:Stimulsoft.Dashboard.Components.Table.StiSparklinesColumn.#ctor(System.String,System.String,Stimulsoft.Base.Drawing.StiHorAlignment,Stimulsoft.Report.Components.TextFormats.StiFormatService,Stimulsoft.Dashboard.Components.Table.StiSparklinesType,System.Boolean,System.Boolean)"]

label
Type: SystemString

[Missing <param name="label"/> documentation for "M:Stimulsoft.Dashboard.Components.Table.StiSparklinesColumn.#ctor(System.String,System.String,Stimulsoft.Base.Drawing.StiHorAlignment,Stimulsoft.Report.Components.TextFormats.StiFormatService,Stimulsoft.Dashboard.Components.Table.StiSparklinesType,System.Boolean,System.Boolean)"]

horAlignment
Type: Stimulsoft.Base.DrawingStiHorAlignment

[Missing <param name="horAlignment"/> documentation for "M:Stimulsoft.Dashboard.Components.Table.StiSparklinesColumn.#ctor(System.String,System.String,Stimulsoft.Base.Drawing.StiHorAlignment,Stimulsoft.Report.Components.TextFormats.StiFormatService,Stimulsoft.Dashboard.Components.Table.StiSparklinesType,System.Boolean,System.Boolean)"]

textFormat
Type: Stimulsoft.Report.Components.TextFormatsStiFormatService

[Missing <param name="textFormat"/> documentation for "M:Stimulsoft.Dashboard.Components.Table.StiSparklinesColumn.#ctor(System.String,System.String,Stimulsoft.Base.Drawing.StiHorAlignment,Stimulsoft.Report.Components.TextFormats.StiFormatService,Stimulsoft.Dashboard.Components.Table.StiSparklinesType,System.Boolean,System.Boolean)"]

type
Type: Stimulsoft.Dashboard.Components.TableStiSparklinesType

[Missing <param name="type"/> documentation for "M:Stimulsoft.Dashboard.Components.Table.StiSparklinesColumn.#ctor(System.String,System.String,Stimulsoft.Base.Drawing.StiHorAlignment,Stimulsoft.Report.Components.TextFormats.StiFormatService,Stimulsoft.Dashboard.Components.Table.StiSparklinesType,System.Boolean,System.Boolean)"]

showHighLowPoints
Type: SystemBoolean

[Missing <param name="showHighLowPoints"/> documentation for "M:Stimulsoft.Dashboard.Components.Table.StiSparklinesColumn.#ctor(System.String,System.String,Stimulsoft.Base.Drawing.StiHorAlignment,Stimulsoft.Report.Components.TextFormats.StiFormatService,Stimulsoft.Dashboard.Components.Table.StiSparklinesType,System.Boolean,System.Boolean)"]

showFirstLastPoints
Type: SystemBoolean

[Missing <param name="showFirstLastPoints"/> documentation for "M:Stimulsoft.Dashboard.Components.Table.StiSparklinesColumn.#ctor(System.String,System.String,Stimulsoft.Base.Drawing.StiHorAlignment,Stimulsoft.Report.Components.TextFormats.StiFormatService,Stimulsoft.Dashboard.Components.Table.StiSparklinesType,System.Boolean,System.Boolean)"]

See Also