Click or drag to resize
ChartMargins Class
Base Margins for Chart Element
Inheritance Hierarchy

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(MarginsConverter))]
public class ChartMargins : LayoutDecoratorBase
Constructors
  NameDescription
Public methodChartMargins
Creates new instance of ChartMargins class.
Public methodChartMargins(Object)
Creates new instance of ChartMargins class.
Public methodChartMargins(Unit)
Creates new instance of ChartMargins class.
Public methodChartMargins(Int32, Int32, Int32, Int32)
Creates new instance of ChartMargins class.
Public methodChartMargins(Unit, Unit, Unit, Unit)
Creates new instance of ChartMargins class.
Public methodChartMargins(Object, Unit, Unit, Unit, Unit)
Creates new instance of ChartMargins class.
Top
Methods
  NameDescription
Public methodStatic memberParse(String)
Converts the specified string to an instance of ChartMargins.
Public methodStatic memberParse(String, CultureInfo)
Converts the specified string to an instance of ChartMargins.
Top
See Also