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 Area

This class represents a 2D area series item.

Inheritance
System.Object
BaseChartItem
BaseChartItem2D
BasePointMarkChartItem
BaseAreaChartItem
Area
StackedArea
StepArea
Inherited Members
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 Area : BaseAreaChartItem, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement

Constructors

Area()

Declaration
public Area()

Methods

CreateBottomPoints(Size, DataRange, DataRange)

Creates the bottom points.

Declaration
protected override void CreateBottomPoints(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.CreateBottomPoints(Size, DataRange, DataRange)

CreateClippingGeometry()

Creates the clipping geometry of this item.

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

Overrides
BaseAreaChartItem.CreateClippingGeometry()

CreateTopPoints(Size, DataRange, DataRange)

Creates the top points.

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)

UpdateClippingGeometry()

Updates the clipping geometry if this item's area rectangle.

Declaration
protected override void UpdateClippingGeometry()
Overrides
BaseAreaChartItem.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.