DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if the display type for a summary column is defined by which Y axis it is assigned to.

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

Syntax

C#
public bool ForceSummaryColumnDisplayType { get; }
Visual Basic
Public ReadOnly Property ForceSummaryColumnDisplayType As Boolean
	Get
Visual C++
public:
virtual property bool ForceSummaryColumnDisplayType {
	bool get () sealed;
}

Return Value

Type: Boolean
The display type for a summary column is defined by which Y axis it is assigned to.

Remarks