Click or drag to resize
DiagramChartMargins Class
Margins for diagram
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModel.StylesLayoutDecoratorBase
      Kettic.AspNet.Controls.ChartModel.StylesChartMargins
        Kettic.AspNet.Controls.ChartModel.StylesDiagramChartMargins

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

The DiagramChartMargins type exposes the following members.

Constructors
  NameDescription
Public methodDiagramChartMargins
Creates new instance of ChartMarginsDiagram 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