GeoBlazor Pro
layout: pro title: AuthoringInfoVisualVariable parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Objects
AuthoringInfoVisualVariable Class
Contains authoring properties of visual variables generated from one of the Smart Mapping methods or sliders.
ArcGIS Maps SDK for JavaScript
public class AuthoringInfoVisualVariable :
System.IEquatable<dymaptic.GeoBlazor.Pro.Objects.AuthoringInfoVisualVariable>
Inheritance System.Object 🡒 AuthoringInfoVisualVariable
Implements System.IEquatable<AuthoringInfoVisualVariable>
Constructors
AuthoringInfoVisualVariable(string, string, double, double, string, string, string, string, string) Constructor
Contains authoring properties of visual variables generated from one of the Smart Mapping methods or sliders.
ArcGIS Maps SDK for JavaScript
public AuthoringInfoVisualVariable(string EndTime, string Field, double MaxSliderValue, double MinSliderValue, string StartTime, string Style, string Theme, string Type, string Units);
Parameters
EndTime
System.String
If an age or timeline renderer was generated, indicates the end time of the visualization.
Field
System.String
Indicates the field name used for generating the data-driven visualization.
MaxSliderValue
System.Double
Indicates the value of the upper handle if a slider was used to generate the visual variable.
MinSliderValue
System.Double
Indicates the value of the lower handle if a slider was used to generate the visual variable.
StartTime
System.String
If an age or timeline renderer was generated, indicates the start time of the visualization.
Style
System.String
If the UI offers the option to display values based on a ratio or percentage, this indicates which selection was made.
Theme
System.String
Indicates the theme selected by the user when generating a renderer or visual variable with one of the Smart Mapping functions.
Type
System.String
The type of visual variable generated.
Units
System.String
If an age or timeline renderer was generated, indicates the time units used.
Properties
AuthoringInfoVisualVariable.EndTime Property
If an age or timeline renderer was generated, indicates the end time of the visualization.
public string EndTime { get; set; }
Property Value
AuthoringInfoVisualVariable.Field Property
Indicates the field name used for generating the data-driven visualization.
public string Field { get; set; }
Property Value
AuthoringInfoVisualVariable.MaxSliderValue Property
Indicates the value of the upper handle if a slider was used to generate the visual variable.
public double MaxSliderValue { get; set; }
Property Value
AuthoringInfoVisualVariable.MinSliderValue Property
Indicates the value of the lower handle if a slider was used to generate the visual variable.
public double MinSliderValue { get; set; }
Property Value
AuthoringInfoVisualVariable.StartTime Property
If an age or timeline renderer was generated, indicates the start time of the visualization.
public string StartTime { get; set; }
Property Value
AuthoringInfoVisualVariable.Style Property
If the UI offers the option to display values based on a ratio or percentage, this indicates which selection was made.
public string Style { get; set; }
Property Value
AuthoringInfoVisualVariable.Theme Property
Indicates the theme selected by the user when generating a renderer or visual variable with one of the Smart Mapping functions.
public string Theme { get; set; }
Property Value
AuthoringInfoVisualVariable.Type Property
The type of visual variable generated.
public string Type { get; set; }
Property Value
AuthoringInfoVisualVariable.Units Property
If an age or timeline renderer was generated, indicates the time units used.
public string Units { get; set; }