Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.RangeSmoothProps Class / LineTension Property

In This Topic
    LineTension Property (ChartSeriesCustomProperties.RangeSmoothProps)
    In This Topic
    Gets or sets the tension for the drawn curve. A curve with zero tension will have the appearance of a line. Default: 0.5.
    Syntax
    'Declaration
     
    Public Property LineTension As RdlFloat
    public RdlFloat LineTension {get; set;}
    See Also