Reports for WPF | ComponentOne
C1.C1Report.CustomFields Namespace / Chart Class / LineSpacing Property

In This Topic
    LineSpacing Property (Chart)
    In This Topic
    Gets or sets the line spacing between text lines in the field, in percent. The default is 100 which corresponds to normal line spacing.

    Note that this property is ignored if RTF is true.

    Syntax
    'Declaration
     
    Public Property LineSpacing As Double
    public double LineSpacing {get; set;}
    See Also