ChartWidgetContentAxes Property | |
Array of Axes objects
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 IList<Object> Axes { get; set; }
Public Property Axes As IList(Of Object)
Get
Set
public:
property IList<Object^>^ Axes {
IList<Object^>^ get ();
void set (IList<Object^>^ value);
}
member Axes : IList<Object> with get, set
Return Value
Type:
IListObject the axes
See Also