Click or drag to resize
CaptionChartMargins Class
Margins for title
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModel.StylesLayoutDecoratorBase
      Kettic.AspNet.Controls.ChartModel.StylesChartMargins
        Kettic.AspNet.Controls.ChartModel.StylesCaptionChartMargins

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 CaptionChartMargins : ChartMargins

The CaptionChartMargins type exposes the following members.

Constructors
  NameDescription
Public methodCaptionChartMargins
Creates new instance of ChartMarginsTitle class.
Top
Properties
  NameDescription
Public propertyBottom
Sets the bottom margin in pixels or percent of the chart's height.
(Overrides LayoutDecoratorBaseBottom.)
Public propertyLeft
Sets the left margin in pixels or percent of the chart's width.
(Overrides LayoutDecoratorBaseLeft.)
Public propertyRight
Sets the right margin in pixels or percent of the chart's width.
(Overrides LayoutDecoratorBaseRight.)
Public propertyTop
Sets the top margin in pixels or percent of the chart's height.
(Overrides LayoutDecoratorBaseTop.)
Top
See Also