Click or drag to resize

ChartWidgetContent Class

Represents the ChartWidgetContent object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsChartWidgetContent

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 class ChartWidgetContent : IWidgetContent

The ChartWidgetContent type exposes the following members.

Constructors
  NameDescription
Public methodChartWidgetContent
Top
Properties
  NameDescription
Public propertyAxes
Array of Axes objects
Public propertyHyperlink
The widget has when clicked attribute set to that hyperlink (if present and non-null)
Public propertyIncludedColumnIds
Array of columnIds if the range was selected through the UI
Public propertyLegend
The location in the widget where Smartsheet renders the legend, for example, RIGHT
Public propertyReportId
Report Id denoting container source, if applicable
Public propertySelectionRanges
Selection range if the source is a sheet
Public propertySeries
Array of Series objects
Public propertySheetId
Sheet Id denoting container source, if applicable
Public propertyWidgetType
Returns the type for this widget content object
Top
See Also