DataPA Enterprise Dashboard Controls API Reference
Gets and sets a SummaryColumn object that will be used to calculate the value represented by this gauge.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public SummaryColumn SummaryColumn { get; set; }
Visual Basic
Public Property SummaryColumn As SummaryColumn
	Get
	Set
Visual C++
public:
virtual property SummaryColumn^ SummaryColumn {
	SummaryColumn^ get () sealed;
	void set (SummaryColumn^ value) sealed;
}

Property Value

Type: SummaryColumn
A SummaryColumn object that will be used to calculate the value represented by this gauge.

Return Value

Type: SummaryColumn
A SummaryColumn object that will be used to calculate the value represented by this gauge.

Implements

GaugeData..::.._GaugeData..::..SummaryColumn

Remarks