<kendo:stockChart-chartArea>

The chart area configuration options. This is the entire visible area of the chart.

Example

<kendo:stockChart>
    <kendo:stockChart-chartArea></kendo:stockChart-chartArea>
</kendo:stockChart>

Configuration Attributes

background java.lang.String

The background color of the chart area.

Example

<kendo:stockChart-chartArea background="background">
</kendo:stockChart-chartArea>

height float

The height of the chart area.

Example

<kendo:stockChart-chartArea height="height">
</kendo:stockChart-chartArea>

margin java.lang.Object

The margin of the chart area.

Example

<kendo:stockChart-chartArea margin="margin">
</kendo:stockChart-chartArea>

opacity float

The background opacity of the chart area.

Example

<kendo:stockChart-chartArea opacity="opacity">
</kendo:stockChart-chartArea>

width float

The width of the chart area.

Example

<kendo:stockChart-chartArea width="width">
</kendo:stockChart-chartArea>

Configuration JSP Tags

kendo:stockChart-chartArea-border

The border of the chart area.

More documentation is available at kendo:stockChart-chartArea-border.

Example

<kendo:stockChart-chartArea>
    <kendo:stockChart-chartArea-border></kendo:stockChart-chartArea-border>
</kendo:stockChart-chartArea>
In this article
Not finding the help you need?