Click or drag to resize
IColumnChartSpline Property
Gets or sets a value indicating whether this chart should include a spline curve.

Namespace:  C2ChartsLibrary.Interfaces
Assembly:  C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
bool Spline { get; set; }

Property Value

Type: Boolean
true - the spline curve will be included in the chart.
See Also