Click or drag to resize
ChartPaddings Class
Base Padding 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(PaddingsConverter))]
public class ChartPaddings : LayoutDecoratorBase

The ChartPaddings type exposes the following members.

Constructors
  NameDescription
Public methodChartPaddings
Creates new instance of ChartPaddings class.
Public methodChartPaddings(Object)
Creates new instance of ChartPaddings class.
Public methodChartPaddings(Unit)
Creates new instance of ChartPaddings class.
Public methodChartPaddings(Int32, Int32, Int32, Int32)
Creates new instance of ChartPaddings class.
Public methodChartPaddings(Unit, Unit, Unit, Unit)
Creates new instance of ChartPaddings class.
Public methodChartPaddings(Object, Unit, Unit, Unit, Unit)
Creates new instance of ChartPaddings class.
Top
Methods
  NameDescription
Public methodStatic memberParse(String)
Converts the specified string to an instance of ChartPaddings class.
Public methodStatic memberParse(String, CultureInfo)
Converts the specified string to an instance of ChartPaddings class.
Top
Operators
  NameDescription
Public operatorStatic member(String to ChartPaddings)
Implicitly creates an instance of ChartPaddings class from the specified string.
Top
See Also