GaugeDataSummaryColumn Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a SummaryColumn object that will be used to calculate the value represented by this gauge.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public SummaryColumn SummaryColumn { get; set; }
Public Property SummaryColumn As SummaryColumn
Get
Set
public:
virtual property SummaryColumn^ SummaryColumn {
SummaryColumn^ get () sealed;
void set (SummaryColumn^ value) sealed;
}
function get_SummaryColumn();
function set_SummaryColumn(value);
Property Value
Type:
SummaryColumnA SummaryColumn object that will be used to calculate the value represented by this gauge.
Return Value
Type:
SummaryColumnA SummaryColumn object that will be used to calculate the value represented by this gauge.
Remarks See Also