Version

MarginsAppearance Class

This child Appearance class defines the margins surrounding (usually) text regions on the chart.
Syntax
'Declaration
 
Public Class MarginsAppearance 
   Inherits AppearanceHelper
   Implements Infragistics.UltraChart.Resources.IProvideChartComponent 
Remarks

The Margins are a child Appearance that exists on other Appearance objects, and that exposes properties permitting developers to specify the amount of space on each side (top, bottom, left and right) of text areas. The Margin is most often used on TitleAppearance objects.

It is the responsibility of developers to ensure that property values set on the MarginsAppearance object are presentable, as there are is no layout management afforded by MarginsAppearance to prevent poor choices in property values.

The AppearanceHelper base class takes care of notifications of the parent Appearance object whenever the properties of MarginsAppearance change.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also