DashboardObjectShowSum Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates whether sum point labels will be shown on the stacked chart
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ShowSum { get; set; }
Public Property ShowSum As Boolean
Get
Set
public:
virtual property bool ShowSum {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowSum();
function set_ShowSum(value);
Return Value
Type:
BooleanTrue if sum point labels will be shown on the stacked chart
See Also