# Plot Area

## Content



The Plot Area contains data plotted against X-axis and Y-axis.

![](https://cdn.mescius.io/document-site-files/images/8ba28e07-1633-4a6a-9114-13b9f1f04eed/images/imagesext/plotarea.png)

In FlexChart, the Plot Area can be customized by using the <span data-popup-content="This property is available in \u003ca href=\u0022/componentone/api/wpf/online-flexchart/dotnet-api/C1.WPF.Chart/C1.WPF.Chart.FlexChartBase.PlotStyle.html\u0022\u003e.NET\u003c/a\u003e and \u003ca href=\u0022/componentone/api/wpf/online-flexchart/dotnet-api/C1.WPF.Chart/C1.WPF.Chart.FlexChartBase.PlotStyle.html\u0022\u003e.NET Framework\u003c/a\u003e." data-popup-title="PlotStyle" data-popup-theme="ui-tooltip-green qtip-green">PlotStyle</span> property, which returns the **<span data-popup-content="This class is available in \u003ca href=\u0022/componentone/api/wpf/online-flexchart/dotnet-api/C1.WPF.Chart/C1.WPF.Chart.ChartStyle.html\u0022\u003e.NET\u003c/a\u003e and \u003ca href=\u0022/componentone/api/wpf/online-flexchart/dotnet-api/C1.WPF.Chart/C1.WPF.Chart.ChartStyle.html\u0022\u003e.NET Framework\u003c/a\u003e." data-popup-title="ChartStyle" data-popup-theme="ui-tooltip-green qtip-green">ChartStyle</span>** object containing the following properties:

| **Property** | **Description** |
| --- | --- |
| Fill | Sets the fill brush. |
| Stroke | Sets the stroke brush. |
| StrokeDashArray | Sets the stroke dash array. |
| StrokeThickness | Sets the stroke thickness. |

In addition, FlexChart allows creating multiple plot areas that increase data visibility by displaying a single series in a separate plot area.

For more information about multiple plot areas, see [Multiple Plot Areas](/componentone/docs/wpf/online-flexchart/FlexChart/WorkingwithFlexChart/FlexChartElements/Multiple-Plot-Areas).