|
Kinetica C# API
Version 7.2.3.1
|
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 194 of file VisualizeImageChart.cs.
| const string VisualizeImageChartRequest.Options.BASE64 = "base64" |
Apply base64 encoding to the output image.
Definition at line 215 of file VisualizeImageChart.cs.
| const string VisualizeImageChartRequest.Options.IMAGE_ENCODING = "image_encoding" |
Encoding to be applied to the output image.
Supported values:
The default value is NONE.
Definition at line 212 of file VisualizeImageChart.cs.
| const string VisualizeImageChartRequest.Options.NONE = "none" |
Do not apply any additional encoding to the output image.
Definition at line 219 of file VisualizeImageChart.cs.