Chart Data Set Colors

ChartDataSetColor is a table in the Dashboard package that stores data about color values associated with a chart's data sets. It contains information about the color of each data set, such as the hexadecimal color code and the displayed name of the color, so that the same colors can be used across different charts and views.

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

The Color field in the ChartDataSetColor table stores values up to 32 characters representing the color of the chart data set. Entries in this field are formatted as nvarchar type.

int32

The Sequence field of type int in the ChartDataSetColor table contains the sequential order of color information associated with the ChartDataSet. This information is used to determine which color should be used in the visual representation of a particular ChartDataSet.

string | null

The OperatorId field in the ChartDataSetColor table is an alphanumeric field with a maximum length of 32 characters that is used to store the unique identifier of the operator who created the data set. The field can also be used to store the username of the operator.

string | null

Expression field in the ChartDataSetColor table is of nvarchar data type and stores a string value that represents the expression to be used in the chart to display data in different colors.

int32 | null

The ChartDataSetId field in the ChartDataSetColor table is an integer data field that uniquely identifies each data set added to the chart. The field is used for mapping the data set to a specific color index.

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!