Click or drag to resize
LegendChartMargins Class
Margins for legend
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModel.StylesLayoutDecoratorBase
      Kettic.AspNet.Controls.ChartModel.StylesChartMargins
        Kettic.AspNet.Controls.ChartModel.StylesLegendChartMargins

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

The LegendChartMargins type exposes the following members.

Constructors
  NameDescription
Public methodLegendChartMargins
Creates new instance of ChartMarginsLegend class.
Top
Properties
  NameDescription
Public propertyRight
Sets the right margin in pixels or percent of the chart's width.
(Overrides LayoutDecoratorBaseRight.)
Top
See Also