MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual void MgLayerBase::SetLegendLabel ( CREFSTRING  legendLabel) [virtual]

Sets the label to be displayed for the layer in the legend.

.NET Syntax
void SetLegendLabel(string legendLabel);
Java Syntax
void SetLegendLabel(String legendLabel);
PHP Syntax
void SetLegendLabel(string legendLabel);
Parameters:
legendLabel(String/string) Legend label string.
Returns:
Returns nothing.