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 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 RadAreaSparkline

The Sparkline Area chart consists of a series of data points joined by a line where the area below the line is filled. The area below Axis Origin can be displayed in a different color. Supports indicators.

Inheritance
System.Object
RadSparklineBase
RadIndicatedSparklineBase
RadLinearSparklineBase
RadAreaSparkline
Inherited Members
RadLinearSparklineBase.LinePointsProperty
RadLinearSparklineBase.IndicatorsPointsProperty
RadLinearSparklineBase.IndicatorsVisibilityProperty
RadLinearSparklineBase.MarkersBrushProperty
RadLinearSparklineBase.MarkersStyleProperty
RadLinearSparklineBase.ShowMarkersProperty
RadLinearSparklineBase.IndicatorStyleProperty
RadLinearSparklineBase.CalculateBaseLinePoints()
RadLinearSparklineBase.OnDataChanged()
RadLinearSparklineBase.OnVisibleDataChanged()
RadLinearSparklineBase.OnEmptyPointBehaviorChanged()
RadLinearSparklineBase.OnRangeChanged()
RadLinearSparklineBase.OnSizeChanged(Object, SizeChangedEventArgs)
RadLinearSparklineBase.SynchronizeIndicatorsData()
RadLinearSparklineBase.ShowLineGeometry()
RadLinearSparklineBase.HideLineGeometry()
RadLinearSparklineBase.IndicatorStyle
RadLinearSparklineBase.MarkersBrush
RadLinearSparklineBase.MarkersStyle
RadLinearSparklineBase.ShowMarkers
RadLinearSparklineBase.LinePoints
RadLinearSparklineBase.IndicatorsPoints
RadLinearSparklineBase.IndicatorsVisibility
RadIndicatedSparklineBase.FirstPointBrushProperty
RadIndicatedSparklineBase.FirstPointStyleProperty
RadIndicatedSparklineBase.LastPointBrushProperty
RadIndicatedSparklineBase.LastPointStyleProperty
RadIndicatedSparklineBase.HighPointBrushProperty
RadIndicatedSparklineBase.HighPointStyleProperty
RadIndicatedSparklineBase.LowPointBrushProperty
RadIndicatedSparklineBase.LowPointStyleProperty
RadIndicatedSparklineBase.NegativePointBrushProperty
RadIndicatedSparklineBase.NegativePointStyleProperty
RadIndicatedSparklineBase.ShowFirstPointIndicatorProperty
RadIndicatedSparklineBase.ShowHighPointIndicatorsProperty
RadIndicatedSparklineBase.ShowLastPointIndicatorProperty
RadIndicatedSparklineBase.ShowLowPointIndicatorsProperty
RadIndicatedSparklineBase.ShowNegativePointIndicatorsProperty
RadIndicatedSparklineBase.OnApplyTemplate()
RadIndicatedSparklineBase.OnIndicatorPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)
RadIndicatedSparklineBase.IsVirtualizationEnabledChanged()
RadIndicatedSparklineBase.UpdateItemsPanels()
RadIndicatedSparklineBase.SynchronizeIndicatorsVisuals()
RadIndicatedSparklineBase.FirstPointBrush
RadIndicatedSparklineBase.FirstPointStyle
RadIndicatedSparklineBase.LastPointBrush
RadIndicatedSparklineBase.LastPointStyle
RadIndicatedSparklineBase.HighPointBrush
RadIndicatedSparklineBase.HighPointStyle
RadIndicatedSparklineBase.LowPointBrush
RadIndicatedSparklineBase.LowPointStyle
RadIndicatedSparklineBase.NegativePointBrush
RadIndicatedSparklineBase.NegativePointStyle
RadIndicatedSparklineBase.ShowFirstPointIndicator
RadIndicatedSparklineBase.ShowHighPointIndicators
RadIndicatedSparklineBase.ShowLastPointIndicator
RadIndicatedSparklineBase.ShowLowPointIndicators
RadIndicatedSparklineBase.ShowNegativePointIndicators
RadSparklineBase.YValuePathProperty
RadSparklineBase.XValuePathProperty
RadSparklineBase.AutoRangeProperty
RadSparklineBase.AxisVisibilityProperty
RadSparklineBase.AxisStrokeProperty
RadSparklineBase.ItemsSourceProperty
RadSparklineBase.MaxYValueProperty
RadSparklineBase.MinYValueProperty
RadSparklineBase.MinXValueProperty
RadSparklineBase.MaxXValueProperty
RadSparklineBase.EmptyPointBehaviorProperty
RadSparklineBase.ShowAxisProperty
RadSparklineBase.ZeroYPositionProperty
RadSparklineBase.AxisOriginValueProperty
RadSparklineBase.AxisWidthProperty
RadSparklineBase.OnCreateAutomationPeer()
RadSparklineBase.CalculateYPosition()
RadSparklineBase.MeasureOverride(Size)
RadSparklineBase.AutoRange
RadSparklineBase.AxisOriginValue
RadSparklineBase.AxisWidth
RadSparklineBase.AxisStroke
RadSparklineBase.EmptyPointBehavior
RadSparklineBase.ItemsSource
RadSparklineBase.MaxYValue
RadSparklineBase.MinYValue
RadSparklineBase.MinXValue
RadSparklineBase.MaxXValue
RadSparklineBase.ShowAxis
RadSparklineBase.XValuePath
RadSparklineBase.YValuePath
RadSparklineBase.ZeroYPosition
RadSparklineBase.AxisVisibility
RadSparklineBase.VisualDataPoints
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll

Syntax

[TelerikToolboxCategory("Data Visualization")]
public class RadAreaSparkline : RadLinearSparklineBase, ISupportsDateTimeVirtualization

Constructors

RadAreaSparkline()

Initializes a new instance of the RadAreaSparkline class.

Declaration
public RadAreaSparkline()

Fields

AreaPointsProperty

Identifies the AreaPoints dependency property.

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

BottomClipRectProperty

Identifies the BottomClipRect dependency property.

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

BottomLineVisibilityProperty

Identifies the BottomLineVisibility dependency property.

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

NegativeAreaFillProperty

Identifies the NegativeAreaFill dependency property.

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

NegativeAreaShapeStyleProperty

Identifies the NegativeAreaShapeStyle dependency property.

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

NegativeAreaStrokeProperty

Identifies the NegativeAreaStroke dependency property.

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

NegativeLineShapeStyleProperty

Identifies the NegativeLineShapeStyle dependency property.

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

PositiveAreaFillProperty

Identifies the PositiveAreaFill dependency property.

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

PositiveAreaShapeStyleProperty

Identifies the PositiveAreaShapeStyle dependency property.

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

PositiveAreaStrokeProperty

Identifies the PositiveAreaStroke dependency property.

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

PositiveLineShapeStyleProperty

Identifies the PositiveLineShapeStyle dependency property.

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

TopClipRectProperty

Identifies the TopClipRect dependency property.

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

TopLineVisibilityProperty

Identifies the TopLineVisibility dependency property.

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

Properties

AreaPoints

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

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

BottomClipRect

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

Declaration
public Rect BottomClipRect { get; }
Property Value
System.Windows.Rect

BottomLineVisibility

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

Declaration
public Visibility BottomLineVisibility { get; }
Property Value
System.Windows.Visibility

NegativeAreaFill

Gets or sets the negative value area fill.

Declaration
public Brush NegativeAreaFill { get; set; }
Property Value
System.Windows.Media.Brush

The negative value area fill.

NegativeAreaShapeStyle

Gets or sets the NegativeAreaShapeStyle.

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

NegativeAreaStroke

Gets or sets the negative value line stroke.

Declaration
public Brush NegativeAreaStroke { get; set; }
Property Value
System.Windows.Media.Brush

The negative value line stroke.

NegativeLineShapeStyle

Gets or sets the NegativeLineShapeStyle.

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

PositiveAreaFill

Gets or sets the positive value area fill.

Declaration
public Brush PositiveAreaFill { get; set; }
Property Value
System.Windows.Media.Brush

The positive value area fill.

PositiveAreaShapeStyle

Gets or sets the PositiveAreaShapeStyle.

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

PositiveAreaStroke

Gets or sets the positive value line stroke.

Declaration
public Brush PositiveAreaStroke { get; set; }
Property Value
System.Windows.Media.Brush

The positive value line stroke.

PositiveLineShapeStyle

Gets or sets the PositiveLineShapeStyle.

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

TopClipRect

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

Declaration
public Rect TopClipRect { get; }
Property Value
System.Windows.Rect

TopLineVisibility

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

Declaration
public Visibility TopLineVisibility { get; }
Property Value
System.Windows.Visibility

Methods

OnInitialized(EventArgs)

Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

The System.Windows.RoutedEventArgs that contains the event data.

SynchronizePoints()

Synchronizes the points.

Declaration
protected override void SynchronizePoints()
Overrides
RadLinearSparklineBase.SynchronizePoints()

UpdateLineVisibility()

Updates the line visibility.

Declaration
protected override void UpdateLineVisibility()
Overrides
RadLinearSparklineBase.UpdateLineVisibility()

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.