ChartWidgetContentLegend Property | |
The location in the widget where Smartsheet renders the legend, for example, RIGHT
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public Object Legend { get; set; }
Public Property Legend As Object
Get
Set
public:
property Object^ Legend {
Object^ get ();
void set (Object^ value);
}
member Legend : Object with get, set
Return Value
Type:
Object chart lengend
See Also