DataPA Enterprise Dashboard Controls API Reference
Gets and sets value that indicates whether Legend should be shown on this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool showLegend { get; set; } |
Visual Basic |
---|
Public Property showLegend As Boolean
Get
Set |
Visual C++ |
---|
public:
virtual property bool showLegend {
bool get () sealed;
void set (bool value) sealed;
} |
Property Value
Type:
BooleanTrue if Legend should be shown on this object.
Return Value
Type:
Booleantrue if Legend should be shown on this object.
Remarks
See Also