Class
GraphSeriesBase

Represents a series of data points with labels in the Graph and Map report items.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public abstract class GraphSeriesBase : Component

Inheritance: objectMarshalByRefObjectComponentGraphSeriesBase

Derived Classes: GraphSeriesMapSeriesBase

Constructors

GraphSeriesBase()

TODO: Add documentation.

Declaration

cs-api-definition
protected GraphSeriesBase()

Properties

ColorPalette

Gets or sets the color palette used for graph series.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public IColorPalette ColorPalette { get; set; }

Property Value

IColorPalette

A IColorPalette implementation representing color palette used for graph series.

DataPointConditionalFormatting

Gets the ConditionalFormatting applied on the data points.

Declaration

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

Property Value

ConditionalFormatting

DataPointLabel

Data point label.

Declaration

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

Property Value

string

A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.

DataPointLabelAngle

Gets or sets the angle in degrees at which the data point labels are rotated.

Declaration

cs-api-definition
public int DataPointLabelAngle { get; set; }

Property Value

int

DataPointLabelConditionalFormatting

Gets the ConditionalFormatting to applied on the data points' labels.

Declaration

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

Property Value

ConditionalFormatting

DataPointLabelFormat

Data point label format.

Declaration

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

Property Value

string

DataPointLabelStyle

Gets the style for the labels of the data points.

Declaration

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

Property Value

Style

DataPointStyle

Gets the default style of a data point.

Declaration

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

Property Value

Style

Legend

Gets or sets an expression or a text which is displayed in the legend.

Declaration

cs-api-definition
[Browsable(false)]
[Obsolete("Telerik.Reporting.GraphSeries.Legend property is now obsolete. Please use Telerik.Reporting.GraphSeries.LegendItem.Value property.")]
public string Legend { get; set; }

Property Value

string

A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.

LegendFormat

Gets or sets the number format for the legend value.

Declaration

cs-api-definition
[Browsable(false)]
[Obsolete("Telerik.Reporting.GraphSeries.LegendFormat property is now obsolete. Please use Telerik.Reporting.GraphSeries.LegendItem.Format property.")]
public string LegendFormat { get; set; }

Property Value

string

LegendItem

Gets or sets the LegendItem for the current GraphSeries

Declaration

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

Property Value

LegendItem

Name

Gets or sets the name of the graph series.

Declaration

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

Property Value

string

The name of the graph series.

ToolTip

Gets the ToolTip instance associated with the data points.

Declaration

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

Property Value

ToolTip

Methods

ToString()

TODO: Add documentation.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides Component.ToString()