The ChartView object represents the area of the chart that contains data (excluding the titles and legend, but including the axes). The C1Chart.View property returns a ChartView object with the following main properties:
Property |
Description |
ChartView.Axes|topic=Axes Property |
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. |
ChartView.AxisX|tag=AxisX_Property0, ChartView.AxisY|tag=AxisY_Property0, |
Each of these properties returns Axis objects that allow you to customize the appearance of the chart axes. |
ChartView.PlotRect|tag=PlotRect_Property |
Returns a Rect object that controls the appearance of the area inside the axes. |