Table of Contents

Class ChartWidgetContent

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents the ChartWidgetContent object.

public class ChartWidgetContent : IWidgetContent
Inheritance
ChartWidgetContent
Implements
Inherited Members

Properties

Axes

Array of Axes objects

public IList<object> Axes { get; set; }

Property Value

IList<object>

the axes

The widget has when clicked attribute set to that hyperlink (if present and non-null)

public WidgetHyperlink Hyperlink { get; set; }

Property Value

WidgetHyperlink

the Link

IncludedColumnIds

Array of columnIds if the range was selected through the UI

public IList<long> IncludedColumnIds { get; set; }

Property Value

IList<long>

the list of included column ids

Legend

The location in the widget where Smartsheet renders the legend, for example, RIGHT

public object Legend { get; set; }

Property Value

object

chart lengend

ReportId

Report Id denoting container source, if applicable

public long? ReportId { get; set; }

Property Value

long?

the report id

SelectionRanges

Selection range if the source is a sheet

public IList<SelectionRange> SelectionRanges { get; set; }

Property Value

IList<SelectionRange>

the selection range list

Series

Array of Series objects

public IList<object> Series { get; set; }

Property Value

IList<object>

the series data

SheetId

Sheet Id denoting container source, if applicable

public long? SheetId { get; set; }

Property Value

long?

the sheet id

WidgetType

Returns the type for this widget content object

public WidgetType WidgetType { get; }

Property Value

WidgetType

See Also