skip navigation
  • Product Bundles

    DevCraft

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

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Use Reports in Applications
    • System Requirements
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now
Search all

Class StyleSeries

Series appearance

Inheritance
System.Object
StateManagedObject
Style
StyleSeries
Inherited Members
Style.Shadow
StateManagedObject.IChartingStateManager.LoadViewState(Object)
StateManagedObject.IChartingStateManager.SaveViewState()
StateManagedObject.IChartingStateManager.TrackViewState()
StateManagedObject.CloneState()
StateManagedObject.SetDirty()
StateManagedObject.ToString()
StateManagedObject.Dispose()
StateManagedObject.ViewStateIgnoresCase
StateManagedObject.IChartingStateManager.IsTrackingViewState
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll

Syntax

public class StyleSeries : Style, IChartingStateManagedItem, IChartingStateManager, IDisposable, ICloneable

Constructors

StyleSeries()

Creates new instance of StyleSeries class.

Declaration
public StyleSeries()

StyleSeries(ChartSeries)

Constructor for Series's style

Declaration
public StyleSeries(ChartSeries series)
Parameters
ChartSeries series

Parent series element

StyleSeries(FillStyleSeries, StyleSeriesItemLabel, StyleMarkerSeriesPoint, Corners, StyleBorder, ShadowStyle, Boolean)

Creates new instance of StyleSeries class.

Declaration
public StyleSeries(FillStyleSeries fillStyle, StyleSeriesItemLabel styleSeriesLabel, StyleMarkerSeriesPoint stylePointMarker, Corners corners, StyleBorder border, ShadowStyle shadowStyle, bool visible)
Parameters
FillStyleSeries fillStyle

FillStyle of series

StyleSeriesItemLabel styleSeriesLabel

Series default labels' settings

StyleMarkerSeriesPoint stylePointMarker

Style of Point marker

Corners corners

Items' corners

StyleBorder border

Border of series

ShadowStyle shadowStyle

Series' shadow style

System.Boolean visible

Visibility of series

Properties

BarWidthPercent

Determines the width of bars.

Declaration
[SkinnableProperty]
public decimal BarWidthPercent { get; set; }
Property Value
System.Decimal

Border

Specifies the border

Declaration
[SkinnableProperty]
public override StyleBorder Border { get; }
Property Value
StyleBorder

Overrides
Style.Border

BubbleSize

Default bubble size

Declaration
[SkinnableProperty]
public int BubbleSize { get; set; }
Property Value
System.Int32

CenterXOffset

Specifies the x offset of the pie center.

Declaration
[SkinnableProperty]
public int CenterXOffset { get; set; }
Property Value
System.Int32

CenterYOffset

Specifies the y offset of the pie center.

Declaration
[SkinnableProperty]
public int CenterYOffset { get; set; }
Property Value
System.Int32

Corners

Specifies the corners for background rectangle

Declaration
[SkinnableProperty]
public Corners Corners { get; set; }
Property Value
Corners

DiameterScale

Gets or sets the pie's diameter length according to the size of the plot area.

Declaration
[SkinnableProperty]
public double DiameterScale { get; set; }
Property Value
System.Double

EmptyValue

Empty value point mark

Declaration
[SkinnableProperty]
public EmptyValue EmptyValue { get; }
Property Value
EmptyValue

ExplodePercent

Gets or sets the explode percent of the exploded items.

Declaration
[SkinnableProperty]
public int ExplodePercent { get; set; }
Property Value
System.Int32

FillStyle

Specifies the background property

Declaration
[SkinnableProperty]
public FillStyleSeries FillStyle { get; }
Property Value
FillStyleSeries

LabelAppearance

Gets or sets the common settings for the series items labels

Declaration
[SkinnableProperty]
public StyleSeriesItemLabel LabelAppearance { get; }
Property Value
StyleSeriesItemLabel

LegendDisplayMode

Legend visualization mode

Declaration
[SkinnableProperty]
public ChartSeriesLegendDisplayMode LegendDisplayMode { get; set; }
Property Value
ChartSeriesLegendDisplayMode

LineSeriesAppearance

Line, Spline, Bezier series line style

Declaration
[SkinnableProperty]
public StyleLineSeries LineSeriesAppearance { get; }
Property Value
StyleLineSeries

PointDimentions

Specifies the dimensions of points in point series

Declaration
[SkinnableProperty]
public DimensionsPointMarker PointDimentions { get; set; }
Property Value
DimensionsPointMarker

PointMark

Series points appearance

Declaration
[SkinnableProperty]
public StyleMarkerSeriesPoint PointMark { get; }
Property Value
StyleMarkerSeriesPoint

PointRotationAngle

Specifies the Rotation angle

Declaration
[SkinnableProperty]
public virtual float PointRotationAngle { get; set; }
Property Value
System.Single

PointShape

Specifies the shape for point series

Declaration
[SkinnableProperty]
public string PointShape { get; set; }
Property Value
System.String

ShowLabelConnectors

Specifies whether a line should be drawn between the label and the item.

Declaration
[SkinnableProperty]
public bool ShowLabelConnectors { get; set; }
Property Value
System.Boolean

ShowLabels

Specifies whether the item labels should be shown or not.

Declaration
[SkinnableProperty]
public bool ShowLabels { get; set; }
Property Value
System.Boolean

StartAngle

Gets or sets the start angle of the pie. Zero angle is identical with the X axis direction.

Declaration
[SkinnableProperty]
public double StartAngle { get; set; }
Property Value
System.Double

TextAppearance

Gets or sets the common text settings for the series items

Declaration
[SkinnableProperty]
public StyleSeriesItemTextBlock TextAppearance { get; }
Property Value
StyleSeriesItemTextBlock

Visible

Specifies visibility of series

Declaration
public override bool Visible { get; set; }
Property Value
System.Boolean

Overrides
Style.Visible

Methods

Clone()

Cloned this object

Declaration
public override object Clone()
Returns
System.Object

New instance of StyleSeries class with the same fields as this one

Overrides
Style.Clone()

Dispose(Boolean)

Releases unmanaged and - optionally - managed resources

Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean disposing

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Overrides
Style.Dispose(Boolean)

LoadViewState(Object)

Load data from ViewState

Declaration
protected override void LoadViewState(object savedState)
Parameters
System.Object savedState

ViewState with data

Overrides
Style.LoadViewState(Object)

SaveViewState()

Saved data to ViewState

Declaration
protected override object SaveViewState()
Returns
System.Object

saved data

Overrides
Style.SaveViewState()

TrackViewState()

Track ViewState

Declaration
protected override void TrackViewState()
Overrides
Style.TrackViewState()
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.