usecase: Show chart of large sets

public usecase: Show chart of large sets
Author: Petra Vanícková
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 5.12.2005 18:52:10; Modified: 8.12.2005 22:56:58;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {EFFC964D-F6F6-4600-9A87-7B0C92E887AA}
Menu item, Icon in toolbar
 

Goto: Scenarios

See also: User

Appears in: UC Graphical illustration of algorithm

Connections
 
Show chart of large sets Scenarios
Scenario Type Detail
Basic Basic Path User can see graph of large sets. Each column in the chart corresponds to one set, both small and large sets are visible in the chart. Height of the column is determinated by occurence of appropriate set. The small sets are displayed red and the large ones green. ShowGraph() procedure invokes chartForm displaying. DasNetBarChart.FlatBarChart.BarChartItem() is a variable which is responsible for inserting new columns to the chart. This variable is filled for each set which should be displayed in the chart and inserted to chart by chartForm.myBarChart.AddBarItem() procedure.