Gets or sets a value indicating whether an axis margin will be created. The size of the margin is automatically generated based on the scale and the number of data points.

Default: Auto.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlEnum<TriState> Margin { get; set; }
Visual Basic
Public Property Margin As RdlEnum(Of TriState)
	Get
	Set

See Also