vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface DashboardComponent

    interface DashboardComponent {
        autoselectColumnsFromReport?: boolean;
        chartAxisRange?: ChartRangeType;
        chartAxisRangeMax?: number;
        chartAxisRangeMin?: number;
        chartSummary?: ChartSummary[];
        componentChartTheme?: ChartTheme;
        componentType: DashboardComponentType;
        dashboardDynamicValues?: DashboardDynamicValue[];
        dashboardFilterColumns?: DashboardFilterColumn[];
        dashboardTableColumn?: DashboardTableColumn[];
        decimalPrecision?: number;
        displayUnits?: ChartUnits;
        drillDownUrl?: string;
        drillEnabled?: boolean;
        drillToDetailEnabled?: boolean;
        enableHover?: boolean;
        expandOthers?: boolean;
        flexComponentProperties?: DashboardFlexTableComponentProperties;
        footer?: string;
        gaugeMax?: number;
        gaugeMin?: number;
        groupingColumn?: string[];
        groupingSortProperties?: DashboardComponentGroupingSortProperties;
        header?: string;
        indicatorBreakpoint1?: number;
        indicatorBreakpoint2?: number;
        indicatorHighColor?: string;
        indicatorLowColor?: string;
        indicatorMiddleColor?: string;
        legendPosition?: ChartLegendPosition;
        maxValuesDisplayed?: number;
        metricLabel?: string;
        page?: string;
        pageHeightInPixels?: number;
        report?: string;
        scontrol?: string;
        scontrolHeightInPixels?: number;
        showPercentage?: boolean;
        showPicturesOnCharts?: boolean;
        showPicturesOnTables?: boolean;
        showRange?: boolean;
        showTotal?: boolean;
        showValues?: boolean;
        sortBy?: DashboardComponentFilter;
        title?: string;
        useReportChart?: boolean;
    }
    Index

    Properties

    autoselectColumnsFromReport?: boolean
    chartAxisRange?: ChartRangeType
    chartAxisRangeMax?: number
    chartAxisRangeMin?: number
    chartSummary?: ChartSummary[]
    componentChartTheme?: ChartTheme
    componentType: DashboardComponentType
    dashboardDynamicValues?: DashboardDynamicValue[]
    dashboardFilterColumns?: DashboardFilterColumn[]
    dashboardTableColumn?: DashboardTableColumn[]
    decimalPrecision?: number
    displayUnits?: ChartUnits
    drillDownUrl?: string
    drillEnabled?: boolean
    drillToDetailEnabled?: boolean
    enableHover?: boolean
    expandOthers?: boolean
    flexComponentProperties?: DashboardFlexTableComponentProperties
    footer?: string
    gaugeMax?: number
    gaugeMin?: number
    groupingColumn?: string[]
    header?: string
    indicatorBreakpoint1?: number
    indicatorBreakpoint2?: number
    indicatorHighColor?: string
    indicatorLowColor?: string
    indicatorMiddleColor?: string
    legendPosition?: ChartLegendPosition
    maxValuesDisplayed?: number
    metricLabel?: string
    page?: string
    pageHeightInPixels?: number
    report?: string
    scontrol?: string
    scontrolHeightInPixels?: number
    showPercentage?: boolean
    showPicturesOnCharts?: boolean
    showPicturesOnTables?: boolean
    showRange?: boolean
    showTotal?: boolean
    showValues?: boolean
    title?: string
    useReportChart?: boolean