Class
LineSeries

Represents a LineSeries in which the data points are connected with a line.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class LineSeries : GraphSeries2D

Inheritance: objectMarshalByRefObjectComponentGraphSeriesBaseGraphSeriesGraphSeries2DLineSeries

Inherited Members GraphSeries2D.XGraphSeries2D.YGraphSeries2D.ArrangeModeGraphSeries.ArrangeByAxisGraphSeries.CoordinateSystemGraphSeries.CategoryGroupGraphSeries.SeriesGroupGraphSeriesBase.ToString()GraphSeriesBase.DataPointLabelGraphSeriesBase.DataPointLabelAngleGraphSeriesBase.DataPointLabelFormatGraphSeriesBase.DataPointLabelStyleGraphSeriesBase.DataPointLabelConditionalFormattingGraphSeriesBase.ToolTipGraphSeriesBase.DataPointConditionalFormattingGraphSeriesBase.DataPointStyleGraphSeriesBase.LegendGraphSeriesBase.LegendFormatGraphSeriesBase.LegendItemGraphSeriesBase.NameGraphSeriesBase.ColorPalette

Constructors

LineSeries()

Creates an instance of the LineSeries.

Declaration

cs-api-definition
public LineSeries()

Properties

ConditionalFormatting

Gets the ConditionalFormatting rules which are applied on the series' style.

Declaration

cs-api-definition
public ConditionalFormatting ConditionalFormatting { get; }

Property Value

ConditionalFormatting

DataPointLabelAlignment

Gets or sets a value indicating how the labels of the data points to be aligned.

Declaration

cs-api-definition
public LineDataPointLabelAlignment DataPointLabelAlignment { get; set; }

Property Value

LineDataPointLabelAlignment

DataPointLabelOffset

Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.

Declaration

cs-api-definition
public Unit DataPointLabelOffset { get; set; }

Property Value

Unit

LineStyle

Gets the style applied to the line that connects the data points of this series.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style LineStyle { get; }

Property Value

Style

LineType

Gets or sets a value indicating how to connect the data points: with smooth, straight or stepped lines.

Declaration

cs-api-definition
public LineSeries.LineTypes LineType { get; set; }

Property Value

LineSeries.LineTypes

MarkerMaxSize

Gets or sets the size for the maximum value of the Size property.

Declaration

cs-api-definition
public Unit MarkerMaxSize { get; set; }

Property Value

Unit

Remarks

Use the MarkerMinSize and MarkerMaxSize properties in conjunction with the Size property to create a Bubble chart;

MarkerMinSize

Gets or sets the size of the markers for the minimum value of the Size property.

Declaration

cs-api-definition
public Unit MarkerMinSize { get; set; }

Property Value

Unit

Remarks

Use the MarkerMinSize and MarkerMaxSize properties in conjunction with the Size property to create a Bubble chart;

MarkerSize

Gets or sets the size of the markers if no Size is specified;

Declaration

cs-api-definition
public Unit MarkerSize { get; set; }

Property Value

Unit

MarkerType

Gets or sets the shape of the marker.

Declaration

cs-api-definition
public DataPointMarkerType MarkerType { get; set; }

Property Value

DataPointMarkerType

MaximumSize

Gets or sets a value that defines the maximum size of the markers. Use this property to create a Bubble like charts.

Declaration

cs-api-definition
public double MaximumSize { get; set; }

Property Value

double

The maximum size of the markers/bubbles. Set to NaN for the value to be defined at run time according to the data. The default value is NaN.

MinimumSize

Gets or sets a value that defines the minimum size of the markers. Use this property to create a Bubble like charts.

Declaration

cs-api-definition
public double MinimumSize { get; set; }

Property Value

double

The minimum size of the markers/bubbles. Set to NaN for the value to be defined at run time according to the data. The default value is NaN.

MissingValuesLineStyle

Gets the style applied to the line that connects the points on both sides of a data point with a missing value.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style MissingValuesLineStyle { get; }

Property Value

Style

Size

Gets or sets an expression that defines the size of the markers. Use this property to create a Bubble like charts.

Declaration

cs-api-definition
public string Size { get; set; }

Property Value

string

SmoothLine

Gets or sets a value indicating how to connect the data points: with a smooth or straight lines.

Declaration

cs-api-definition
[Obsolete("Telerik.Reporting.LineSeries.SmoothLine property is now obsolete. Please use Telerik.Reporting.LineSeries.LineType property and set its value to Telerik.Reporting.LineType.Smooth.")]
[Browsable(false)]
public bool SmoothLine { get; set; }

Property Value

bool

Remarks

When the SmoothLine is enabled the data points are connected with Bezier curves.