The ChartDimensions property exposes the internal layout of the chart including size of areas
reserved for X and Y axis labels, margin height and width, and various background colors.
Namespace:
jChartAssembly: jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)
Syntax
| C# |
|---|
public ChartDimensions ChartDimensions { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ChartDimensions As ChartDimensions |
| Visual C++ |
|---|
public: property ChartDimensions^ ChartDimensions { ChartDimensions^ get (); void set (ChartDimensions^ value); } |