dotnetCHARTING Send comments on this topic.
PaddingTop Property
See Also 
dotnetCHARTING Namespace > LegendEntry Class : PaddingTop Property



Gets or sets a value (in pixels) that specifies additional padding above this LegendEntry object.

Syntax

Visual Basic (Declaration) 
Public Property PaddingTop As Integer
Visual Basic (Usage)Copy Code
Dim instance As LegendEntry
Dim value As Integer
 
instance.PaddingTop = value
 
value = instance.PaddingTop
C# 
public int PaddingTop {get; set;}
C++/CLI 
public:
property int PaddingTop {
   int get();
   void set (int value);
}

Remarks

This property is useful when the LegendEntry is a header and starts a new group of entries. Additional spacing may be required between the groups to accentuate the separation between groups.

See Also