Skip to main content

A set of string constants for the parameter VisualizeImageChartRequest.options. More…

Static Public Attributes

const string IMAGE_ENCODING = “image_encoding”
 Encoding to be applied to the output image.
 
const string BASE64 = “base64”
 Apply base64 encoding to the output image.
 
const string NONE = “none”
 Do not apply any additional encoding to the output image.
 

Detailed Description

A set of string constants for the parameter VisualizeImageChartRequest.options.

Optional parameters.

Definition at line 238 of file VisualizeImageChart.cs.

Member Data Documentation

◆ BASE64

const string kinetica.VisualizeImageChartRequest.Options.BASE64 = “base64”
static

Apply base64 encoding to the output image.

Definition at line 267 of file VisualizeImageChart.cs.

◆ IMAGE_ENCODING

const string kinetica.VisualizeImageChartRequest.Options.IMAGE_ENCODING = “image_encoding”
static

Encoding to be applied to the output image.

When using JSON serialization it is recommended to specify this as BASE64. Supported values:

  • BASE64: Apply base64 encoding to the output image.
  • NONE: Do not apply any additional encoding to the output image.

The default value is NONE.

Definition at line 264 of file VisualizeImageChart.cs.

◆ NONE

const string kinetica.VisualizeImageChartRequest.Options.NONE = “none”
static

Do not apply any additional encoding to the output image.

Definition at line 271 of file VisualizeImageChart.cs.


The documentation for this struct was generated from the following files: