Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter style. 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" |
A set of string constants for the parameter style.
The name of the visualize mode; should correspond to the schema used for the style_parameters field.
Definition at line 23 of file CreateVideo.cs.
const string kinetica.CreateVideoRequest.Style.CHART = "chart" |
Definition at line 25 of file CreateVideo.cs.
const string kinetica.CreateVideoRequest.Style.CLASSBREAK = "classbreak" |
Definition at line 27 of file CreateVideo.cs.
const string kinetica.CreateVideoRequest.Style.CONTOUR = "contour" |
Definition at line 28 of file CreateVideo.cs.
const string kinetica.CreateVideoRequest.Style.HEATMAP = "heatmap" |
Definition at line 29 of file CreateVideo.cs.
const string kinetica.CreateVideoRequest.Style.LABELS = "labels" |
Definition at line 30 of file CreateVideo.cs.
const string kinetica.CreateVideoRequest.Style.RASTER = "raster" |
Definition at line 26 of file CreateVideo.cs.