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 SeriesMapping

This class represents the data mappings associated with a single chart series.

Inheritance
System.Object
InheritanceContextPropagator
SeriesMapping
Inherited Members
InheritanceContextPropagator.CreateInstanceCore()
InheritanceContextPropagator.FreezeCore(Boolean)
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll

Syntax

public class SeriesMapping : InheritanceContextPropagator

Constructors

SeriesMapping()

Initializes a new instance of the SeriesMapping class.

Declaration
public SeriesMapping()

Fields

ChartAreaNameProperty

Identifies the ChartAreaName dependency property.

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

ChartAreaProperty

Identifies the ChartArea dependency property.

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

CollectionIndexProperty

Identifies the CollectionIndex dependency property.

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

FilterDescriptorsProperty

Identifies the FilterDescriptors dependency property.

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

GroupingSettingsProperty

Identifies the GroupingSettings dependency property.

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

ItemMappingsProperty

Identifies the ItemMappings dependency property.

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

ItemsSourceProperty

Identifies the ItemsSource dependency property.

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

LegendLabelProperty

Identifies the LegendLabel dependency property.

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

SeriesDefinitionProperty

Identifies the SeriesDefinition dependency property.

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

SortDescriptorsProperty

Identifies the SortDescriptors dependency property.

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

Properties

ChartArea

Gets or sets the ChartArea that will display the data series described by the respective SeriesMapping).

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

Remarks

This property allows to use the databinding functionality with any defined ChartArea and not only the default one. Note, however, that if you are using the default layout of the control (i.e. the default ChartArea), you do not need to set this property.

ChartAreaName

Gets or sets the name of the ChartArea that will display the data series described by the respective SeriesMapping).

Declaration
public string ChartAreaName { get; set; }
Property Value
System.String

Remarks

This property allows to use the databinding functionality with any defined ChartArea and not only the default one. Note, however, that if you are using the default layout of the control (i.e. the default ChartArea), you do not need to set this property. This property is useful primarily in declarative scenarios where you are composing the SeriesMapping in XAML.

CollectionIndex

When used, this property allows the chart to be data bound to a collection/array nested inside another collection/array. The index used is the index of the internal collection inside the ItemsSource.

Declaration
public int CollectionIndex { get; set; }
Property Value
System.Int32

The index of the internal collection.

FilterDescriptors

Gets the filter descriptors collection for this SeriesMapping.

Declaration
public ChartFilterDescriptorCollection FilterDescriptors { get; }
Property Value
ChartFilterDescriptorCollection

GroupingSettings

Gets the grouping settings. The grouping settings are used to allow data grouping and aggregation.

Declaration
public GroupingSettings GroupingSettings { get; set; }
Property Value
GroupingSettings

The grouping settings.

ItemMappings

Gets the item mappings that constitute the data mappings for a single chart series.

Declaration
public ItemMappingCollection ItemMappings { get; }
Property Value
ItemMappingCollection

ItemsSource

Gets or sets a collection used to generate the DataSeries, corresponding to this SeriesMapping object. This is a dependency property.

Declaration
public object ItemsSource { get; set; }
Property Value
System.Object

LegendLabel

Gets or sets the label associated with the chart series.

Declaration
public string LegendLabel { get; set; }
Property Value
System.String

Remarks

The label is displayed in the associated legend item for the respective chart series.

SeriesDefinition

Gets or sets the series definition for the respective chart series.

Declaration
public ISeriesDefinition SeriesDefinition { get; set; }
Property Value
ISeriesDefinition

The series definition.

SortDescriptors

Gets the sort descriptors collection for this SeriesMapping.

Declaration
public ChartSortDescriptorCollection SortDescriptors { get; }
Property Value
ChartSortDescriptorCollection

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.