Class RVVisualization
The class representing a visualization (widget) in the dashboard model.
Inheritance
System.Object
RVVisualization
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVVisualization
Constructors
RVVisualization()
Declaration
public RVVisualization()
Properties
ChartType
The chart type used by this visualization RVChartType
Declaration
public RVChartType ChartType { get; }
Property Value
Type | Description |
---|---|
RVChartType |
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 |
Filters
The list of filters in the visualization.
Declaration
public ReadOnlyObservableCollection<RVVisualizationFilter> Filters { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyObservableCollection<RVVisualizationFilter> |
Id
The ID of the visualization
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
ShowTitle
Gets or sets the visibility status of the visualization's title.
Declaration
public bool ShowTitle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the title is visible; false otherwise. |
Title
The title of the visualization
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
System.String |