Class RVChartTypeCustomItem

Implements

Index

Accessors

  • get chartType(): string

    Indicates the type of chart for the current configuration

    Returns string

  • set chartType(value: string): void

    Indicates the type of chart for the current configuration

    Parameters

    • value: string

    Returns void

  • get groups(): string[]

    Groups were the Chart Type should be displayed when selecting visualization

    Returns string[]

  • set groups(value: string[]): void

    Groups were the Chart Type should be displayed when selecting visualization

    Parameters

    • value: string[]

    Returns void

  • get icon(): string

    Image to represent as a icon for the visualization

    Returns string

  • set icon(value: string): void

    Image to represent as a icon for the visualization

    Parameters

    • value: string

    Returns void

  • get title(): string

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

    Returns string

  • set title(value: string): void

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

    Parameters

    • value: string

    Returns void

  • get url(): string

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

    Returns string

  • set url(value: string): void

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

    Parameters

    • value: string

    Returns void