Property | Methods | Default Value |
Areas Computation Properties | ||
Graph and Data Display Areas Automatically Computed | isAutoLayout setAutoLayout | IlvTrue |
Graph Area Automatically Computed | isAutoGraphArea setAutoGraphArea | IlvTrue |
Data Display Area Automatically Computed | isAutoDataDisplayArea setAutoDataDisplayArea | IlvTrue |
Areas Positioning Properties | ||
Drawing Area Defined by: Margins Between the Chart Bounding Box and the Drawing Area | getLeftMargin setLeftMargin getRightMargin setRightMargin getTopMargin setTopMargin getBottomMargin setBottomMargin | 0 0 0 0 |
Graph Area Defined by Hand Using: Margins Between the Drawing Area and the Graph Area A Rectangle Corresponding to the Graph Area | getGraphAreaRelatively setGraphAreaRelatively getGraphArea setGraphArea | |
Data Display Area Defined by Hand Using: Margins Between the Drawing Area and the Data Display Area A Rectangle Corresponding to the Data Display Area | getDataDisplayAreaRelatively setDataDisplayAreaRelatively getDataDisplayArea setDataDisplayArea |
Note: Be careful when you fix the data display area by hand. If the specified data display area is not small enough, the computed graph area can be larger than the drawing area and thus a part of the drawing of the chart may be not visible on the screen. |