Horizontal Bar Chart Bucket

This type of bucket charts data from an ARCHIBUS datasource within a view file.

A typical bucket descriptor for a horizontal bar chart is:

<bucket
    title="Property Book Values (Top 5)"
    tooltip="Property book values."
    type="app-specific"
    controlType="horizontalBarChart"
    backgroundShading="bucket-background-medium"
    viewName="ab-chart-bar-sorted.axvw"
    dataSourceId="chartBar_sorted_desc_ds"
    valueField="property.value_book"
    labelField="property.name"
    abbreviateValues="true"
    recordLimit="5"
    valueOnTop="smallest"
/>

 

Copyright © 1984-2014, ARCHIBUS, Inc. All rights reserved.