Documentation
¶
Index ¶
- type WorkbookChartRequestBuilder
- func (m *WorkbookChartRequestBuilder) Axes() ...
- func (m *WorkbookChartRequestBuilder) CreateDeleteRequestInformation(options *WorkbookChartRequestBuilderDeleteOptions) (...)
- func (m *WorkbookChartRequestBuilder) CreateGetRequestInformation(options *WorkbookChartRequestBuilderGetOptions) (...)
- func (m *WorkbookChartRequestBuilder) CreatePatchRequestInformation(options *WorkbookChartRequestBuilderPatchOptions) (...)
- func (m *WorkbookChartRequestBuilder) DataLabels() ...
- func (m *WorkbookChartRequestBuilder) Delete(options *WorkbookChartRequestBuilderDeleteOptions) error
- func (m *WorkbookChartRequestBuilder) Format() ...
- func (m *WorkbookChartRequestBuilder) Get(options *WorkbookChartRequestBuilderGetOptions) (...)
- func (m *WorkbookChartRequestBuilder) Image() ...
- func (m *WorkbookChartRequestBuilder) ImageWithWidth(width *int32) ...
- func (m *WorkbookChartRequestBuilder) ImageWithWidthWithHeight(width *int32, height *int32) ...
- func (m *WorkbookChartRequestBuilder) ImageWithWidthWithHeightWithFittingMode(width *int32, height *int32, fittingMode *string) ...
- func (m *WorkbookChartRequestBuilder) Legend() ...
- func (m *WorkbookChartRequestBuilder) Patch(options *WorkbookChartRequestBuilderPatchOptions) error
- func (m *WorkbookChartRequestBuilder) Series() ...
- func (m *WorkbookChartRequestBuilder) SeriesById(id string) ...
- func (m *WorkbookChartRequestBuilder) SetData() ...
- func (m *WorkbookChartRequestBuilder) SetPosition() ...
- func (m *WorkbookChartRequestBuilder) Title() ...
- func (m *WorkbookChartRequestBuilder) Worksheet() ...
- type WorkbookChartRequestBuilderDeleteOptions
- type WorkbookChartRequestBuilderGetOptions
- type WorkbookChartRequestBuilderGetQueryParameters
- type WorkbookChartRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkbookChartRequestBuilder ¶
type WorkbookChartRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\tables\{workbookTable-id}\worksheet\charts\{workbookChart-id}
func NewWorkbookChartRequestBuilder ¶
func NewWorkbookChartRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *WorkbookChartRequestBuilder
Instantiates a new WorkbookChartRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewWorkbookChartRequestBuilderInternal ¶
func NewWorkbookChartRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *WorkbookChartRequestBuilder
Instantiates a new WorkbookChartRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*WorkbookChartRequestBuilder) CreateDeleteRequestInformation ¶
func (m *WorkbookChartRequestBuilder) CreateDeleteRequestInformation(options *WorkbookChartRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Returns collection of charts that are part of the worksheet. Read-only. Parameters:
- options : Options for the request
func (*WorkbookChartRequestBuilder) CreateGetRequestInformation ¶
func (m *WorkbookChartRequestBuilder) CreateGetRequestInformation(options *WorkbookChartRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Returns collection of charts that are part of the worksheet. Read-only. Parameters:
- options : Options for the request
func (*WorkbookChartRequestBuilder) CreatePatchRequestInformation ¶
func (m *WorkbookChartRequestBuilder) CreatePatchRequestInformation(options *WorkbookChartRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Returns collection of charts that are part of the worksheet. Read-only. Parameters:
- options : Options for the request
func (*WorkbookChartRequestBuilder) DataLabels ¶
func (*WorkbookChartRequestBuilder) Delete ¶
func (m *WorkbookChartRequestBuilder) Delete(options *WorkbookChartRequestBuilderDeleteOptions) error
Returns collection of charts that are part of the worksheet. Read-only. Parameters:
- options : Options for the request
func (*WorkbookChartRequestBuilder) Get ¶
func (m *WorkbookChartRequestBuilder) Get(options *WorkbookChartRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookChart, error)
Returns collection of charts that are part of the worksheet. Read-only. Parameters:
- options : Options for the request
func (*WorkbookChartRequestBuilder) Image ¶
func (m *WorkbookChartRequestBuilder) Image() *i65c9db5ca9c9daa141a06172f63c930adec909b53ad532b6cded188edeb98dfe.ImageRequestBuilder
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\tables\{workbookTable-id}\worksheet\charts\{workbookChart-id}\microsoft.graph.image()
func (*WorkbookChartRequestBuilder) ImageWithWidth ¶
func (m *WorkbookChartRequestBuilder) ImageWithWidth(width *int32) *i91a03885e524b14f1259be2b90fb2a4c1ee551d417a9b7e689e4b0ab43b49a03.ImageWithWidthRequestBuilder
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\tables\{workbookTable-id}\worksheet\charts\{workbookChart-id}\microsoft.graph.image(width={width}) Parameters:
- width : Usage: width={width}
func (*WorkbookChartRequestBuilder) ImageWithWidthWithHeight ¶
func (m *WorkbookChartRequestBuilder) ImageWithWidthWithHeight(width *int32, height *int32) *i4d51bab51a3d07772718202eb8db775bb66330cc9810d787996960ce3a79a025.ImageWithWidthWithHeightRequestBuilder
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\tables\{workbookTable-id}\worksheet\charts\{workbookChart-id}\microsoft.graph.image(width={width},height={height}) Parameters:
- height : Usage: height={height}
- width : Usage: width={width}
func (*WorkbookChartRequestBuilder) ImageWithWidthWithHeightWithFittingMode ¶
func (m *WorkbookChartRequestBuilder) ImageWithWidthWithHeightWithFittingMode(width *int32, height *int32, fittingMode *string) *idd913e004bad35a74201fe41c4b1a3e70cbfdf150334fabc56c49293e156ea1a.ImageWithWidthWithHeightWithFittingModeRequestBuilder
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\tables\{workbookTable-id}\worksheet\charts\{workbookChart-id}\microsoft.graph.image(width={width},height={height},fittingMode='{fittingMode}') Parameters:
- fittingMode : Usage: fittingMode={fittingMode}
- height : Usage: height={height}
- width : Usage: width={width}
func (*WorkbookChartRequestBuilder) Patch ¶
func (m *WorkbookChartRequestBuilder) Patch(options *WorkbookChartRequestBuilderPatchOptions) error
Returns collection of charts that are part of the worksheet. Read-only. Parameters:
- options : Options for the request
func (*WorkbookChartRequestBuilder) SeriesById ¶
func (m *WorkbookChartRequestBuilder) SeriesById(id string) *iaf085d8f220124a45599446e8798e49e294c460506a99d7a90b633fbe38af6f7.WorkbookChartSeriesRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.workbooks.item.workbook.tables.item.worksheet.charts.item.series.item collection Parameters:
- id : Unique identifier of the item
func (*WorkbookChartRequestBuilder) SetPosition ¶
type WorkbookChartRequestBuilderDeleteOptions ¶
type WorkbookChartRequestBuilderDeleteOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Delete
type WorkbookChartRequestBuilderGetOptions ¶
type WorkbookChartRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *WorkbookChartRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Get
type WorkbookChartRequestBuilderGetQueryParameters ¶
type WorkbookChartRequestBuilderGetQueryParameters struct { ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.QueryParametersBase // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
Returns collection of charts that are part of the worksheet. Read-only.
type WorkbookChartRequestBuilderPatchOptions ¶
type WorkbookChartRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookChart // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Patch