skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class GraphSeriesBase

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

Inheritance
System.Object
GraphSeriesBase
GraphSeries
MapSeriesBase
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

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Online Demos
Support Resources
  • Documentation
  • Knowledge Base
  • Videos
  • Reporting Samples Repository
  • Reporting Release History
Community
  • Forums
  • Blogs
  • Reporting Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.