Class GraphSeriesBase
Inheritance
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class GraphSeriesBase : Component, INamedObject, IGraphSeries
Constructors
GraphSeriesBase()
Declaration
protected GraphSeriesBase()
Properties
ColorPalette
Gets or sets the color palette used for graph series.
Declaration
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
public ConditionalFormatting DataPointConditionalFormatting { get; }
Property Value
ConditionalFormatting
|
DataPointLabel
Data point label.
Declaration
public string DataPointLabel { get; set; }
Property Value
System.String
A System.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
System.Int32
|
DataPointLabelConditionalFormatting
Gets the ConditionalFormatting to applied on the data points' labels.
Declaration
public ConditionalFormatting DataPointLabelConditionalFormatting { get; }
Property Value
ConditionalFormatting
|
DataPointLabelFormat
Data point label format.
Declaration
public string DataPointLabelFormat { get; set; }
Property Value
System.String
|
DataPointLabelStyle
Gets the style for the labels of the data points.
Declaration
public Style DataPointLabelStyle { get; }
Property Value
Style
|
DataPointStyle
Gets the default style of a data point.
Declaration
public Style DataPointStyle { get; }
Property Value
Style
|
Legend
Gets or sets an expression or a text which is displayed in the legend.
Declaration
[Obsolete("Telerik.Reporting.GraphSeries.Legend property is now obsolete. Please use Telerik.Reporting.GraphSeries.LegendItem.Value property.")]
public string Legend { get; set; }
Property Value
System.String
A System.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
[Obsolete("Telerik.Reporting.GraphSeries.LegendFormat property is now obsolete. Please use Telerik.Reporting.GraphSeries.LegendItem.Format property.")]
public string LegendFormat { get; set; }
Property Value
System.String
|
LegendItem
Gets or sets the LegendItem for the current GraphSeries
Declaration
public LegendItem LegendItem { get; }
Property Value
LegendItem
|
Name
Gets or sets the name of the graph series.
Declaration
public string Name { get; set; }
Property Value
System.String
The name of the graph series. |
ToolTip
Gets the ToolTip instance associated with the data points.
Declaration
public ToolTip ToolTip { get; }
Property Value
ToolTip
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|