Class RVVisualization
The class representing a visualization (widget) in the dashboard model.
Inheritance
System.Object
RVVisualization
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVVisualization : Object
Properties
DataSourceItem
Data Source Item where this visualization is getting the data from, it could be null for visualizations not showing data (like a text box).
Declaration
public RVDataSourceItem DataSourceItem { get; }
Property Value
Type | Description |
---|---|
Reveal.Sdk.Data.RVDataSourceItem |
Id
The ID of the visualization
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Title
The title of the visualization
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
System.String |
VisualizationType
The type of the visualization, one of: CHART, GAUGE, GRID, TREE_MAP, IMAGE, JS_EXTENSION, MAP, HEAT_MAP, SINGLE_ROW, INDICATOR, INDICATOR_TARGET, SPARKLINE, PIVOT
Declaration
public string VisualizationType { get; }
Property Value
Type | Description |
---|---|
System.String |