InsidePlotArea Element
SQL Server 2000
InsidePlotArea Element
Indicates whether the legend is drawn inside the plot area of a chart.
<Legend> ... <InsidePlotArea>...</InsidePlotArea> </Legend>
Element Characteristics
| Characteristic | Description |
|---|---|
| Data type and length | Boolean |
| Default value | False |
| Cardinality | 0-1: Optional element that can occur once or not at all |
Element Relationships
| Relationship | Element |
|---|---|
| Parent element | Legend |
| Child element | None |
Remarks
If InsidePlotArea is True, the legend is drawn inside the chart plot area. If it is False, it is drawn outside the chart plot area.
