| ChartDimensionsBase Class |
Namespace: Kettic.AspNet.Controls.ChartModel.Styles
The ChartDimensionsBase type exposes the following members.
| Name | Description | |
|---|---|---|
| ChartDimensionsBase |
Create new instance of Dimensions class.
| |
| ChartDimensionsBase(Object) |
Create new instance of Dimensions class.
| |
| ChartDimensionsBase(ChartMargins) |
Create new instance of Dimensions class.
| |
| ChartDimensionsBase(ChartPaddings) |
Create new instance of Dimensions class.
| |
| ChartDimensionsBase(Single, Single) |
Create new instance of Dimensions class.
| |
| ChartDimensionsBase(ChartMargins, ChartPaddings) |
Create new instance of Dimensions class.
| |
| ChartDimensionsBase(Unit, Unit) |
Create new instance of Dimensions class.
|
| Name | Description | |
|---|---|---|
| Clone |
Clone this object.
| |
| Equals |
Comparing of two objects.
(Overrides ObjectEquals(Object).) | |
| GetHashCode |
Gets hash code.
(Overrides ObjectGetHashCode.) | |
| IsZero |
Returns True if dimensions width and height are zero values
| |
| SetDimensions(ChartDimensionsBase) |
Copy dimensions from the object.
| |
| SetDimensions(Single, Single) |
Sets the new Width and Height values
| |
| SetDimensions(Unit, Unit) |
Sets the new Width and Height values
|
| Name | Description | |
|---|---|---|
| Height |
Specifies the height property
| |
| IsAutoSize |
Gets and sets Auto sizing mode
| |
| Margins |
Specifies the margins properties
| |
| Paddings |
Specifies the paddings properties
| |
| Width |
Specifies the width property
|