Chart Types

A chart type refers to the specific style or format used to visually display data in a chart or graph.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 450

ChartTypeId is an nvarchar field with a maximum length of 450 in the ChartType table. This primary key field will serve to uniquely identify each chart type in the table.

string | null

The ChartType table stores data related to available chart types. The Description field of data type nvarchar with a maximum length of 512 allows users to provide additional context around each chart type, such as a description of how the chart is used and any features associated with it.

string | null

Miscellaneous notes and information for the entry or record.

boolean

YAxis will be a boolean data type field in table ChartType. Its purpose is to determine whether the Y-axis of the chart type is enabled or disabled, with a value of 0 meaning disabled and a value of 1 meaning enabled.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!