DashboardObjectStack100Percent Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if this stacked chart should stack to 100 percent
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Stack100Percent { get; set; }
Public Property Stack100Percent As Boolean
Get
Set
public:
virtual property bool Stack100Percent {
bool get () sealed;
void set (bool value) sealed;
}
function get_Stack100Percent();
function set_Stack100Percent(value);
Return Value
Type:
BooleanTrue if this stacked chart should stack to 100 percent
See Also