Gets the control ChartArea object.
[Visual Basic]
Public ReadOnly Property ChartArea As Area
[C#]
public Area ChartArea {get;}
[Delphi]
public property ChartArea: Area read get_ChartArea;
Remarks
The ChartArea is that region of the chart that contains axes and charted data. Its Style inherits directly from the parent C1WebChart.ChartStyle.
See Also
C1WebChart Class | C1WebChart Members | C1.Web.C1WebChart Namespace | C1WebChart Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |