Used by the designer to discount horizontal label spacing in the design surface.

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

Syntax

C#
[DefaultValueAttribute()]
public double LabelSpacingX { get; set; }
Visual Basic
<DefaultValueAttribute()> _
Public Property LabelSpacingX As Double
	Get
	Set

Remarks

The default value for this property is 0.

See Also