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
IColor A IColor |
DataPointConditionalFormatting
Gets the Conditional
Declaration
public ConditionalFormatting DataPointConditionalFormatting { get; }
Property Value
DataPointLabel
Data point label.
Declaration
public string DataPointLabel { get; set; }
Property Value
System. A System. |
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.
|
DataPointLabelConditionalFormatting
Gets the Conditional
Declaration
public ConditionalFormatting DataPointLabelConditionalFormatting { get; }
Property Value
DataPointLabelFormat
Data point label format.
Declaration
public string DataPointLabelFormat { get; set; }
Property Value
System.
|
DataPointLabelStyle
Gets the style for the labels of the data points.
Declaration
public Style DataPointLabelStyle { get; }
Property Value
DataPointStyle
Gets the default style of a data point.
Declaration
public Style DataPointStyle { get; }
Property Value
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. A System. |
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.
|
LegendItem
Gets or sets the Legend
Declaration
public LegendItem LegendItem { get; }
Property Value
Name
Gets or sets the name of the graph series.
Declaration
public string Name { get; set; }
Property Value
System. The name of the graph series. |
ToolTip
Gets the Tool
Declaration
public ToolTip ToolTip { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|