Click or drag to resize

StiMeasureColumn Constructor (String, String, StiHorAlignment, StiFormatService, Boolean)

Initializes a new instance of the StiMeasureColumn class

Namespace:  Stimulsoft.Dashboard.Components.Table
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public StiMeasureColumn(
	string expression,
	string label,
	StiHorAlignment horAlignment,
	StiFormatService textFormat,
	bool visible
)

Parameters

expression
Type: SystemString

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

label
Type: SystemString

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

horAlignment
Type: Stimulsoft.Base.DrawingStiHorAlignment

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

textFormat
Type: Stimulsoft.Report.Components.TextFormatsStiFormatService

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

visible
Type: SystemBoolean

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

See Also