ClassGraphSeriesBase
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
public abstract class GraphSeriesBase : Component
Inheritance: objectMarshalByRefObjectComponentGraphSeriesBase
Derived Classes:
Constructors
Properties
ColorPalette
Gets or sets the color palette used for graph series.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public IColorPalette ColorPalette { get; set; }
Property Value
A IColorPalette implementation representing color palette used for graph series.
DataPointConditionalFormatting
Gets the ConditionalFormatting applied on the data points.
Declaration
public ConditionalFormatting DataPointConditionalFormatting { get; }
Property Value
DataPointLabel
Data point label.
Declaration
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
public int DataPointLabelAngle { get; set; }
Property Value
int
DataPointLabelConditionalFormatting
Gets the ConditionalFormatting to applied on the data points' labels.
Declaration
public ConditionalFormatting DataPointLabelConditionalFormatting { get; }
Property Value
DataPointLabelFormat
Data point label format.
Declaration
public string DataPointLabelFormat { get; set; }
Property Value
string
DataPointLabelStyle
Gets the style for the labels of the data points.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style DataPointLabelStyle { get; }
Property Value
DataPointStyle
Gets the default style of a data point.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style DataPointStyle { get; }
Property Value
Legend
Gets or sets an expression or a text which is displayed in the legend.
Declaration
[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
[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
Name
Gets or sets the name of the graph series.
Declaration
public string Name { get; set; }
Property Value
string
The name of the graph series.
Methods
ToString()
TODO: Add documentation.
Declaration
public override string ToString()
Returns
string
Overrides