Plot Area Size

The PlotArea size can be specified using the ColumnDefinitions and RowDefinitions collections in the class PlotAreaCollection. The approach is similar to working with the standard grid control. The first collection contains column attributes(widths). The second collection is for the row(height). By default, the plot areas have the same width and the same height.

The following examples show how to programatically specify the size of the plot area:

      C#


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.