Java Graph - LegendSpec.setBackground(value) specifies the legend background color. LegendSpec.setBorder(value) Specifies the legend border style. LegendSpec.setBorderColor(value) Specifies the legend border color...
Server-based Web Graph Generator - InetSoft offers both a free and a commmercial server-based Web graph generator. View a demo and try them out for free. The CategoricalShapeFrame object contains a shape style for visual chart objects, rendering a unique shape for each discrete value. To create a CategoricalShapeFrame object, call the CategoricalShapeFrame constructor. You can pass the name of a field (e.g., 'State') to the constructor, or specify this later using the inherited VisualFrame.setField(field) property. Bind a point-type chart to the sample 'All Sales' query, with 'Company' (top 5) on the X-axis, and Sum(Total) on the Y-axis. Add the following script in the onLoad Handler. CategoricalShapeFrame.setShape(val,shape) Assigns a shape to the specified value. Bind a point-type chart to the sample 'All Sales' query, with 'Company' (top 5) on the X-axis, and Sum(Total) on the Y-axis. Add the following script in the onLoad Handler. The StaticShapeFrame object contains a shape frame defined by explicit shape data in the VisualFrame.setField(field) column, or by the fixed shape in StaticShapeFrame.setShape(shape). To create a StaticShapeFrame object, call the StaticShapeFrame constructor...
Sunburst Charts - Definition, Example, and How to Make Them - Also known as a Radial Map, Multilevel Pie Chart, or Ring Chart, a Sunburst Chart is a chart used to visualize hierarchical data. While a pie chart has many uses, it can only display one set of categories at a time. A Sunburst Chart integrates several dimensions into the traditional Pie Chart format, enabling several Pie Charts to be visualized as one. A Sunburst Chart displays each level of a data hierarchy as a series of concentric rings, with each ring representing a level in the hierarchy. Each ring is proportionately segmented according to the dimension it displays. The ring segment's size gives an idea of its segment's proportion to the entire dataset...