Chart View
The ChartView object represents the area of the chart that contains data (excluding the titles and legend, but including the axes). The View property returns a ChartView object with the following main properties:
Property | Description |
Gets the axis collection. Stores x, y, and z axes. These axes are responsible for the chart range (minimum, maximum, unit, and linear/logarithmic scale) and the appearance of the axis lines, grid lines, tick marks and axis labels. | |
Each of these properties returns Axis objects that allow you to customize the appearance of the chart axes. | |
ChartView.Margin | Returns a Margin object that allows you to specify the distance between the chart area and the plot area. The axes labels are displayed in this space. |
Returns a Rect object that controls the appearance of the area inside the axes. | |
ChartView.Style | Contains properties that set the color and border of the chart area. |