Class RVChartTypeItem

Implements

Index

Properties

_chartType: RVChartType

Accessors

  • 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