ComponentOne Chart for .NET (2.0) Search HelpCentral 

Margin.Bottom Property

Gets or sets the number of pixels between the bottom edge of the ChartArea and the ChartArea contents.

[Visual Basic]

Public Property Bottom As Integer

[C#]

public int Bottom {get;set;}

[Delphi]

public property Bottom: Int32 read get_Bottom write set_Bottom;

Remarks

Setting the Bottom property of the Margin to -1 will result in an automatic calculation for the Bottom value.

See Also

Margin Class | Margin Members | C1.Win.C1Chart Namespace | Margin Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.