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

    Interface ReportChart

    interface ReportChart {
        backgroundColor1?: string;
        backgroundColor2?: string;
        backgroundFadeDir?: ChartBackgroundDirection;
        chartSummaries?: ChartSummary[];
        chartType: ChartType;
        enableHoverLabels?: boolean;
        expandOthers?: boolean;
        groupingColumn?: string;
        legendPosition?: ChartLegendPosition;
        location?: ChartPosition;
        secondaryGroupingColumn?: string;
        showAxisLabels?: boolean;
        showPercentage?: boolean;
        showTotal?: boolean;
        showValues?: boolean;
        size?: ReportChartSize;
        summaryAxisManualRangeEnd?: number;
        summaryAxisManualRangeStart?: number;
        summaryAxisRange?: ChartRangeType;
        textColor?: string;
        textSize?: number;
        title?: string;
        titleColor?: string;
        titleSize?: number;
    }
    Index

    Properties

    backgroundColor1?: string
    backgroundColor2?: string
    backgroundFadeDir?: ChartBackgroundDirection
    chartSummaries?: ChartSummary[]
    chartType: ChartType
    enableHoverLabels?: boolean
    expandOthers?: boolean
    groupingColumn?: string
    legendPosition?: ChartLegendPosition
    location?: ChartPosition
    secondaryGroupingColumn?: string
    showAxisLabels?: boolean
    showPercentage?: boolean
    showTotal?: boolean
    showValues?: boolean
    summaryAxisManualRangeEnd?: number
    summaryAxisManualRangeStart?: number
    summaryAxisRange?: ChartRangeType
    textColor?: string
    textSize?: number
    title?: string
    titleColor?: string
    titleSize?: number