Class RVChartTypeCustomItem

Represents a personalized configuration for a custom visualization Chart type

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

Constructors

RVChartTypeCustomItem(String, String, String, String[])

Declaration
public RVChartTypeCustomItem(string title, string url, string icon = null, string[] groups = null)
Parameters
Type Name Description
System.String title
System.String url
System.String icon
System.String[] groups

Fields

Url

In case a custom visualizartion is used, this property contains the Url pointing to it

Declaration
public string Url
Field Value
Type Description
System.String