Gets the control ChartArea object.
Namespace:
C1.Web.C1WebChartAssembly: C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [TypeConverterAttribute(typeof(ExpandableObjectConverter))] public Area ChartArea { get; } |
Visual Basic |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ Public ReadOnly Property ChartArea As Area Get |
Remarks
The ChartArea is that region of the chart that contains axes and charted data.
Its Style inherits directly from the parent C1WebChart.ChartStyle.