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
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class SeriesStyles

This is a container class for all user defined series styles.

Inheritance
System.Object
SeriesStyles
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll

Syntax

public class SeriesStyles : Object, INotifyPropertyChanged

Constructors

SeriesStyles()

Declaration
public SeriesStyles()

Properties

AreaSeriesStyle

Gets or sets the AreaSeries style.

Declaration
public Style AreaSeriesStyle { get; set; }
Property Value
System.Windows.Style

BarSeriesStyle

Gets or sets the Bar series style.

Declaration
public Style BarSeriesStyle { get; set; }
Property Value
System.Windows.Style

BubbleSeriesStyle

Gets or sets the Bubble series style.

Declaration
public Style BubbleSeriesStyle { get; set; }
Property Value
System.Windows.Style

CandleStickSeriesStyle

Gets or sets the CandleStick series style.

Declaration
public Style CandleStickSeriesStyle { get; set; }
Property Value
System.Windows.Style

DoughnutSeriesStyle

Gets or sets the Doughnut series style.

Declaration
public Style DoughnutSeriesStyle { get; set; }
Property Value
System.Windows.Style

HorizontalBarSeriesStyle

Gets or sets the HorizontalBar series style.

Declaration
public Style HorizontalBarSeriesStyle { get; set; }
Property Value
System.Windows.Style

HorizontalRangeBarSeriesStyle

Gets or sets the HorizontalRangeBar series style.

Declaration
public Style HorizontalRangeBarSeriesStyle { get; set; }
Property Value
System.Windows.Style

HorizontalStackedBar100SeriesStyle

Gets or sets the HorizontalStackedBar100 series style.

Declaration
public Style HorizontalStackedBar100SeriesStyle { get; set; }
Property Value
System.Windows.Style

HorizontalStackedBarSeriesStyle

Gets or sets the HorizontalStackedBar series style.

Declaration
public Style HorizontalStackedBarSeriesStyle { get; set; }
Property Value
System.Windows.Style

LineSeriesStyle

Gets or sets the Line series style.

Declaration
public Style LineSeriesStyle { get; set; }
Property Value
System.Windows.Style

NegativeBubbleSeriesStyle

Gets or sets the negative Bubble series style.

Declaration
public Style NegativeBubbleSeriesStyle { get; set; }
Property Value
System.Windows.Style

PieSeriesStyle

Gets or sets the Pie series style.

Declaration
public Style PieSeriesStyle { get; set; }
Property Value
System.Windows.Style

RangeBarSeriesStyle

Gets or sets the RangeBar series style.

Declaration
public Style RangeBarSeriesStyle { get; set; }
Property Value
System.Windows.Style

RangeSeriesStyle

Gets or sets the RangeSeries style.

Declaration
public Style RangeSeriesStyle { get; set; }
Property Value
System.Windows.Style

ScatterSeriesStyle

Gets or sets the Scatter series style.

Declaration
public Style ScatterSeriesStyle { get; set; }
Property Value
System.Windows.Style

SplineAreaSeriesStyle

Gets or sets the SplineAreaSeries style.

Declaration
public Style SplineAreaSeriesStyle { get; set; }
Property Value
System.Windows.Style

SplineRangeSeriesStyle

Gets or sets the SplineRangeSeries style.

Declaration
public Style SplineRangeSeriesStyle { get; set; }
Property Value
System.Windows.Style

SplineSeriesStyle

Gets or sets the Spline series style.

Declaration
public Style SplineSeriesStyle { get; set; }
Property Value
System.Windows.Style

StackedArea100SeriesStyle

Gets or sets the StackedAreaSeries style.

Declaration
public Style StackedArea100SeriesStyle { get; set; }
Property Value
System.Windows.Style

StackedAreaSeriesStyle

Gets or sets the StackedAreaSeries style.

Declaration
public Style StackedAreaSeriesStyle { get; set; }
Property Value
System.Windows.Style

StackedBar100SeriesStyle

Gets or sets the StackedBar100 series style.

Declaration
public Style StackedBar100SeriesStyle { get; set; }
Property Value
System.Windows.Style

StackedBarSeriesStyle

Gets or sets the StackedBar series style.

Declaration
public Style StackedBarSeriesStyle { get; set; }
Property Value
System.Windows.Style

StackedLineSeriesStyle

Gets or sets the StackedLine series style.

Declaration
public Style StackedLineSeriesStyle { get; set; }
Property Value
System.Windows.Style

StackedSplineArea100SeriesStyle

Gets or sets the StackedSplineAreaSeries style.

Declaration
public Style StackedSplineArea100SeriesStyle { get; set; }
Property Value
System.Windows.Style

StackedSplineAreaSeriesStyle

Gets or sets the StackedSplineAreaSeries style.

Declaration
public Style StackedSplineAreaSeriesStyle { get; set; }
Property Value
System.Windows.Style

StackedSplineSeriesStyle

Gets or sets the StackedSpline series style.

Declaration
public Style StackedSplineSeriesStyle { get; set; }
Property Value
System.Windows.Style

StepAreaSeriesStyle

Gets or sets the StepArea series style.

Declaration
public Style StepAreaSeriesStyle { get; set; }
Property Value
System.Windows.Style

StepLineSeriesStyle

Gets or sets the StepLine series style.

Declaration
public Style StepLineSeriesStyle { get; set; }
Property Value
System.Windows.Style

StickSeriesStyle

Gets or sets the Stick series style.

Declaration
public Style StickSeriesStyle { get; set; }
Property Value
System.Windows.Style

Methods

OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

Declaration
protected virtual void OnPropertyChanged(PropertyChangedEventArgs args)
Parameters
System.ComponentModel.PropertyChangedEventArgs args

The System.ComponentModel.PropertyChangedEventArgs instance containing the event data.

OnPropertyChanged(String)

Called when [property changed].

Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String propertyName

Name of the property.

Events

PropertyChanged

Occurs when a property value changes.

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing 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.