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 StepLine

The class represents 2d step line series item.

Inheritance
System.Object
BaseChartItem
BaseChartItem2D
BasePointMarkChartItem
StepLine
Inherited Members
BasePointMarkChartItem.EndPointProperty
BasePointMarkChartItem.EndPointXProperty
BasePointMarkChartItem.EndPointYProperty
BasePointMarkChartItem.PointMarkShapeStyleProperty
BasePointMarkChartItem.PointMarkItemStyleProperty
BasePointMarkChartItem.PointMarkVisibilityProperty
BasePointMarkChartItem.PointMarkCanvasTopProperty
BasePointMarkChartItem.PointMarkCanvasLeftProperty
BasePointMarkChartItem.StartPointProperty
BasePointMarkChartItem.StartPointXProperty
BasePointMarkChartItem.StartPointYProperty
BasePointMarkChartItem.OnApplyTemplate()
BasePointMarkChartItem.UpdatePointMarkPosition()
BasePointMarkChartItem.CreatePoints(Size)
BasePointMarkChartItem.CreateBottomPoints(Size, DataRange, DataRange)
BasePointMarkChartItem.ArrangeOverride(Size)
BasePointMarkChartItem.AppearanceItemPropertyChanged(Object, PropertyChangedEventArgs)
BasePointMarkChartItem.OnDataSeriesDefinitionChanged(Object, PropertyChangedEventArgs)
BasePointMarkChartItem.DataPointPropertyChanged(Object, PropertyChangedEventArgs)
BasePointMarkChartItem.SetSeriesItemStyle()
BasePointMarkChartItem.EndPoint
BasePointMarkChartItem.EndPointX
BasePointMarkChartItem.EndPointY
BasePointMarkChartItem.PointMarkShapeStyle
BasePointMarkChartItem.PointMarkItemStyle
BasePointMarkChartItem.PointMarkVisibility
BasePointMarkChartItem.PointMarkCanvasTop
BasePointMarkChartItem.PointMarkCanvasLeft
BasePointMarkChartItem.StartPoint
BasePointMarkChartItem.StartPointX
BasePointMarkChartItem.StartPointY
BasePointMarkChartItem.PointMark
BaseChartItem2D.ItemActualHeightProperty
BaseChartItem2D.ItemActualWidthProperty
BaseChartItem2D.UpdateDefiningGeometry()
BaseChartItem2D.OnLabelSettingsPropertyChanged(Object, PropertyChangedEventArgs)
BaseChartItem2D.UpdateTemplateElements()
BaseChartItem2D.OnMouseEnter(MouseEventArgs)
BaseChartItem2D.OnMouseLeave(MouseEventArgs)
BaseChartItem2D.OnMouseLeftButtonDown(MouseButtonEventArgs)
BaseChartItem2D.RaiseSelectionChangeNotification()
BaseChartItem2D.ItemActualHeight
BaseChartItem2D.ItemActualWidth
BaseChartItem2D.DefiningGeometry
BaseChartItem.ItemClickEvent
BaseChartItem.CurrentIndexProperty
BaseChartItem.DataPointProperty
BaseChartItem.DataSeriesProperty
BaseChartItem.IsFirstProperty
BaseChartItem.IsLastProperty
BaseChartItem.ItemStyleProperty
BaseChartItem.LastDataPointProperty
BaseChartItem.PreviewItemClickEvent
BaseChartItem.HideToolTip()
BaseChartItem.ConfigureAnimationSettings()
BaseChartItem.ConfigureInitialTransformState()
BaseChartItem.OnAnimationSettingsChanged()
BaseChartItem.OnDataPointChanged(Object, DependencyPropertyChangedEventArgs)
BaseChartItem.SetSeriesItemStyle(Object)
BaseChartItem.OnInitialized(EventArgs)
BaseChartItem.ApplyCustomAppearanceSettings()
BaseChartItem.ApplyCustomAppearanceSettings(Shape)
BaseChartItem.ApplyCustomAppearanceSettings(Shape, Boolean)
BaseChartItem.ApplyCustomStrokeSettings(Shape)
BaseChartItem.ApplyCustomStrokeSettings(ParametricLine)
BaseChartItem.BaseChartItemMouseEnter(Object, MouseEventArgs)
BaseChartItem.BaseChartItemMouseLeave(Object, MouseEventArgs)
BaseChartItem.BaseChartItemMouseMove(Object, MouseEventArgs)
BaseChartItem.PreviewBaseChartItemClicked(Object, MouseButtonEventArgs)
BaseChartItem.BaseChartItemClicked(Object, MouseButtonEventArgs)
BaseChartItem.StoryboardResourceKeyFormat
BaseChartItem.DataPoint
BaseChartItem.ChartArea
BaseChartItem.CurrentIndex
BaseChartItem.DataSeries
BaseChartItem.IsFirst
BaseChartItem.IsLast
BaseChartItem.ItemStyle
BaseChartItem.LastDataPoint
BaseChartItem.Transform
BaseChartItem.AnimationsEnabled
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll

Syntax

public class StepLine : BasePointMarkChartItem, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement

Fields

StepLinePointsProperty

Binds to points of a polyline to enable interactivity of a StepLine.

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

Properties

StepLinePoints

Binds to points of a polyline to enable interactivity of a StepLine item.

Declaration
public PointCollection StepLinePoints { get; set; }
Property Value
System.Windows.Media.PointCollection

Methods

CreateTopPoints(Size, DataRange, DataRange)

Creates StepLinePoints to enable interactivity of a StepLine item.

Declaration
protected override void CreateTopPoints(Size arrangedBounds, DataRange rangeYFrom, DataRange rangeYTo)
Parameters
System.Windows.Size arrangedBounds

The arranged bounds.

DataRange rangeYFrom

The range Y from.

DataRange rangeYTo

The range Y to.

Overrides
BasePointMarkChartItem.CreateTopPoints(Size, DataRange, DataRange)

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.