The Frame is the margin area between the chart area and the edge of the chart image.
The FrameSize property sets the FrameWidthTop, FrameWidthLeft, FrameWidthBottom and
FrameWidthRight values to the same value for uniform framewidth.
Namespace:
jChartAssembly: jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)
Syntax
| C# |
|---|
public int FrameSize { set; } |
| Visual Basic (Declaration) |
|---|
Public WriteOnly Property FrameSize As Integer |
| Visual C++ |
|---|
public: property int FrameSize { void set (int value); } |