Class RVChartTypeItem

Represents a personalized configuration for a specific Chart type

Inheritance
System.Object
RVChartTypeItem
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 RVChartTypeItem

Constructors

RVChartTypeItem(RVChartType, String, String, String[])

Declaration
public RVChartTypeItem(RVChartType chartType, string title, string icon, string[] groups)
Parameters
Type Name Description
RVChartType chartType
System.String title
System.String icon
System.String[] groups

Fields

ChartType

Indicates the type of chart for the current configuration

Declaration
public RVChartType ChartType
Field Value
Type Description
RVChartType

Groups

Groups were the Chart Type should be displayed when selecting visualization. It is possible to indicate more than one group per visualization.

Declaration
public string[] Groups
Field Value
Type Description
System.String[]

Icon

Image to represent as a icon for the visualization

Declaration
public string Icon
Field Value
Type Description
System.String

Title

The title for the Chart type This will be displayed in the visualization selector

Declaration
public string Title
Field Value
Type Description
System.String