Gets or sets the tension for the drawn curve. A curve with zero tension will have the appearance of a line. Applied only for smooth chart. Default: 0.5.

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

Syntax

C#
public RdlFloat LineTension { get; set; }
Visual Basic
Public Property LineTension As RdlFloat
	Get
	Set

See Also