Click or drag to resize
ChartDimensionsBase Class
Dimensions of chart element
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModel.StylesChartDimensionsBase
      More...

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ChartDimensionsBase : StateManagerBase, 
	ISizesAndPaddings, ICloneable

The ChartDimensionsBase type exposes the following members.

Constructors
  NameDescription
Public methodChartDimensionsBase
Create new instance of Dimensions class.
Public methodChartDimensionsBase(Object)
Create new instance of Dimensions class.
Public methodChartDimensionsBase(ChartMargins)
Create new instance of Dimensions class.
Public methodChartDimensionsBase(ChartPaddings)
Create new instance of Dimensions class.
Public methodChartDimensionsBase(Single, Single)
Create new instance of Dimensions class.
Public methodChartDimensionsBase(ChartMargins, ChartPaddings)
Create new instance of Dimensions class.
Public methodChartDimensionsBase(Unit, Unit)
Create new instance of Dimensions class.
Top
Methods
  NameDescription
Public methodClone
Clone this object.
Public methodEquals
Comparing of two objects.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Gets hash code.
(Overrides ObjectGetHashCode.)
Public methodIsZero
Returns True if dimensions width and height are zero values
Public methodSetDimensions(ChartDimensionsBase)
Copy dimensions from the object.
Public methodSetDimensions(Single, Single)
Sets the new Width and Height values
Public methodSetDimensions(Unit, Unit)
Sets the new Width and Height values
Top
Properties
  NameDescription
Public propertyHeight
Specifies the height property
Public propertyIsAutoSize
Gets and sets Auto sizing mode
Public propertyMargins
Specifies the margins properties
Public propertyPaddings
Specifies the paddings properties
Public propertyWidth
Specifies the width property
Top
See Also
Inheritance Hierarchy