Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | IMAGE_ENCODING = "image_encoding" |
Encoding to be applied to the output image. More... | |
const string | BASE64 = "base64" |
Apply base64 encoding to the output image. More... | |
const string | NONE = "none" |
Do not apply any additional encoding to the output image. More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 203 of file VisualizeImageChart.cs.
const string kinetica.VisualizeImageChartRequest.Options.BASE64 = "base64" |
Apply base64 encoding to the output image.
Definition at line 224 of file VisualizeImageChart.cs.
const string kinetica.VisualizeImageChartRequest.Options.IMAGE_ENCODING = "image_encoding" |
Encoding to be applied to the output image.
Supported values:
The default value is NONE.
Definition at line 221 of file VisualizeImageChart.cs.
const string kinetica.VisualizeImageChartRequest.Options.NONE = "none" |
Do not apply any additional encoding to the output image.
Definition at line 228 of file VisualizeImageChart.cs.