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 SelfDrawingSeries

Represents a self-drawing series.

Inheritance
System.Object
Series
SelfDrawingSeries
BaseAreaSeries
BaseLineSeries
Inherited Members
Series.BarItemsPanelProperty
Series.DataSeriesProperty
Series.LinearItemsPanelProperty
Series.RadialItemsPanelProperty
Series.ChartAreaProperty
Series.OnTemplate2DApplied()
Series.SubscribeToPropertyChanged(DataSeries)
Series.UnsubscribeToPropertyChanged(DataSeries)
Series.ClearContainerForItemOverride(DependencyObject, Object)
Series.GetContainerForItemOverride()
Series.IsItemItsOwnContainerOverride(Object)
Series.OnInitialized(EventArgs)
Series.SetDefaultStyleKey()
Series.ChartAreaControl
Series.Model
Series.BarItemsPanel
Series.LinearItemsPanel
Series.RadialItemsPanel
Series.Template2DApplied
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll

Syntax

public abstract class SelfDrawingSeries : Series, IInteractionManager, IInteractiveElement, IModelControl3D, ILogicalItem, ISeriesControl, IAnimatable

Constructors

SelfDrawingSeries()

Initializes a new instance of the SelfDrawingSeries class.

Declaration
protected SelfDrawingSeries()

Fields

BackgroundStyleProperty

Identifies the BackgroundStyle dependency property.

Declaration
public static readonly DependencyProperty BackgroundStyleProperty
Field Value
System.Windows.DependencyProperty

BorderLineStyleProperty

Identifies the BorderLineStyle dependency property.

Declaration
public static readonly DependencyProperty BorderLineStyleProperty
Field Value
System.Windows.DependencyProperty

Properties

BackgroundStyle

Gets or sets the background style.

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

The background style.

BorderLineStyle

Gets or sets the border line style.

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

The border line style.

ChartArea

Gets or sets the ChartArea.

Declaration
public override ChartArea ChartArea { get; }
Property Value
ChartArea

The chart area.

Overrides
Series.ChartArea

DataSeries

Gets or sets the data points collection associated with the current chart series.

Declaration
public override DataSeries DataSeries { get; set; }
Property Value
DataSeries

Overrides
Series.DataSeries

StoryboardResourceKeyFormat

This property supports the RadChart infrastructure and is not intended to be used directly from your code.

Declaration
public virtual string StoryboardResourceKeyFormat { get; }
Property Value
System.String

Methods

CreateBorderLineFigures(Dictionary<Int32, PointCollection>)

Creates geometry for displaying data points.

Declaration
protected virtual PathFigureCollection CreateBorderLineFigures(Dictionary<int, PointCollection> points)
Parameters
System.Collections.Generic.Dictionary<System.Int32, System.Windows.Media.PointCollection> points

Data points on the chart.

Returns
System.Windows.Media.PathFigureCollection

Path connecting data points with step line.

CreateBorderLineFigures(PointCollection)

Creates geometry for displaying data points.

Declaration
protected virtual PathFigureCollection CreateBorderLineFigures(PointCollection pointsAtIndex)
Parameters
System.Windows.Media.PointCollection pointsAtIndex

Data points on the chart.

Returns
System.Windows.Media.PathFigureCollection

Path connecting data points with step line.

CreateFigure(PointCollection)

Creates geometry for displaying data points.

Declaration
protected virtual PathFigure CreateFigure(PointCollection pointsAtIndex)
Parameters
System.Windows.Media.PointCollection pointsAtIndex

Data points on the chart.

Returns
System.Windows.Media.PathFigure

Path connecting data points with step line.

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

Declaration
public override void OnApplyTemplate()
Overrides
Series.OnApplyTemplate()

OnMouseEnter(MouseEventArgs)

Called before the System.Windows.UIElement.MouseEnter event occurs.

Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs e

The data for the event.

OnMouseLeave(MouseEventArgs)

Called before the System.Windows.UIElement.MouseLeave event occurs.

Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs e

The data for the event.

PrepareContainerForItemOverride(DependencyObject, Object)

Prepares the specified element to display the specified item.

Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject element

Element used to display the specified item.

System.Object item

Specified item.

Overrides
Series.PrepareContainerForItemOverride(DependencyObject, Object)

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.