Kinetica C# API
Version 7.1.10.0
|
The name of the visualize mode; should correspond to the schema used for the field. More...
Public Attributes | |
const string | CHART = "chart" |
const string | RASTER = "raster" |
const string | CLASSBREAK = "classbreak" |
const string | CONTOUR = "contour" |
const string | HEATMAP = "heatmap" |
const string | LABELS = "labels" |
The name of the visualize mode; should correspond to the schema used for the field.
Supported values:
A set of string constants for the parameter style.
Definition at line 55 of file CreateVideo.cs.
const string kinetica.CreateVideoRequest.Style.CHART = "chart" |
Definition at line 57 of file CreateVideo.cs.
const string kinetica.CreateVideoRequest.Style.CLASSBREAK = "classbreak" |
Definition at line 59 of file CreateVideo.cs.
const string kinetica.CreateVideoRequest.Style.CONTOUR = "contour" |
Definition at line 60 of file CreateVideo.cs.
const string kinetica.CreateVideoRequest.Style.HEATMAP = "heatmap" |
Definition at line 61 of file CreateVideo.cs.
const string kinetica.CreateVideoRequest.Style.LABELS = "labels" |
Definition at line 62 of file CreateVideo.cs.
const string kinetica.CreateVideoRequest.Style.RASTER = "raster" |
Definition at line 58 of file CreateVideo.cs.