skip navigation
  • Product Bundles

    DevCraft

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

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue 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 Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    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 StepArea

This class represents a 2D area series item.

Inheritance
System.Object
BaseChartItem
BaseChartItem2D
BasePointMarkChartItem
BaseAreaChartItem
Area
StepArea
Inherited Members
Area.CreateTopPoints(Size, DataRange, DataRange)
Area.CreateBottomPoints(Size, DataRange, DataRange)
BaseAreaChartItem.SideEndPointProperty
BaseAreaChartItem.SideEndPointXProperty
BaseAreaChartItem.SideEndPointYProperty
BaseAreaChartItem.SideStartPointProperty
BaseAreaChartItem.SideStartPointXProperty
BaseAreaChartItem.SideStartPointYProperty
BaseAreaChartItem.UpdateTemplateElements()
BaseAreaChartItem.UpdateAreaRectangle()
BaseAreaChartItem.SideEndPoint
BaseAreaChartItem.SideEndPointX
BaseAreaChartItem.SideEndPointY
BaseAreaChartItem.SideStartPoint
BaseAreaChartItem.SideStartPointX
BaseAreaChartItem.SideStartPointY
BaseAreaChartItem.AreaRectangle
BaseAreaChartItem.ClippingGeometry
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.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.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 StepArea : Area, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement

Constructors

StepArea()

Declaration
public StepArea()

Methods

CreateClippingGeometry()

Creates the clipping geometry for step area item.

Declaration
protected override PathGeometry CreateClippingGeometry()
Returns
System.Windows.Media.PathGeometry

Overrides
Area.CreateClippingGeometry()

UpdateClippingGeometry()

Updates the clipping geometry.

Declaration
protected override void UpdateClippingGeometry()
Overrides
Area.UpdateClippingGeometry()

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.