ChartPaddings Constructor (Int32, Int32, Int32, Int32) |
Creates new instance of ChartPaddings class.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ChartPaddings(
int top,
int right,
int bottom,
int left
)
Public Sub New (
top As Integer,
right As Integer,
bottom As Integer,
left As Integer
)
public:
ChartPaddings(
int top,
int right,
int bottom,
int left
)
new :
top : int *
right : int *
bottom : int *
left : int -> ChartPaddings
Parameters
- top
- Type: SystemInt32
Top padding in pixels - right
- Type: SystemInt32
Right padding in pixels - bottom
- Type: SystemInt32
Bottom padding in pixels - left
- Type: SystemInt32
Left padding in pixels
See Also