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 RadIndicatedSparklineBase

Base class for all RadSparklineBases that have indicators. Provides ability to toggle indicators and change indicators brushes.

Inheritance
System.Object
RadSparklineBase
RadIndicatedSparklineBase
RadItemDrawnSparklineBase
RadLinearSparklineBase
Inherited Members
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.OnRangeChanged()
RadSparklineBase.MeasureOverride(Size)
RadSparklineBase.OnVisibleDataChanged()
RadSparklineBase.OnEmptyPointBehaviorChanged()
RadSparklineBase.OnSizeChanged(Object, SizeChangedEventArgs)
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.Sparklines
Assembly: Telerik.Windows.Controls.DataVisualization.dll

Syntax

public abstract class RadIndicatedSparklineBase : RadSparklineBase, ISupportsDateTimeVirtualization

Constructors

RadIndicatedSparklineBase()

Declaration
protected RadIndicatedSparklineBase()

Fields

FirstPointBrushProperty

Identifies the FirstPointBrush dependency property.

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

FirstPointStyleProperty

Identifies the FirstPointStyle dependency property.

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

HighPointBrushProperty

Identifies the HighPointBrush dependency property.

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

HighPointStyleProperty

Identifies the HighPointStyle dependency property.

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

LastPointBrushProperty

Identifies the LastPointBrush dependency property.

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

LastPointStyleProperty

Identifies the LastPointStyle dependency property.

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

LowPointBrushProperty

Identifies the LowPointBrush dependency property.

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

LowPointStyleProperty

Identifies the LowPointStyle dependency property.

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

NegativePointBrushProperty

Identifies the NegativePointBrush dependency property.

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

NegativePointStyleProperty

Identifies the NegativePointStyle dependency property.

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

ShowFirstPointIndicatorProperty

Identifies the ShowFirstPointIndicator dependency property.

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

ShowHighPointIndicatorsProperty

Identifies the ShowHighPointIndicators dependency property.

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

ShowLastPointIndicatorProperty

Identifies the ShowLastPointIndicator dependency property.

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

ShowLowPointIndicatorsProperty

Identifies the ShowLowPointIndicators dependency property.

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

ShowNegativePointIndicatorsProperty

Identifies the ShowNegativePointIndicators dependency property.

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

Properties

FirstPointBrush

Gets or sets the first point brush.

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

The first point brush.

FirstPointStyle

Gets or sets the first point style.

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

The first point style.

HighPointBrush

Gets or sets the high points brush.

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

The high points brush.

HighPointStyle

Gets or sets the HighPointStyle.

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

LastPointBrush

Gets or sets the last point brush.

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

The last point brush.

LastPointStyle

Gets or sets the last point style.

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

The last point style.

LowPointBrush

Gets or sets the low points brush.

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

The low points brush.

LowPointStyle

Gets or sets the low points style.

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

The low points style.

NegativePointBrush

Gets or sets the negative points brush.

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

The negative points brush.

NegativePointStyle

Gets or sets the negative points style.

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

The negative points style.

ShowFirstPointIndicator

Gets or sets a value indicating whether to indicator the first point.

Declaration
public bool ShowFirstPointIndicator { get; set; }
Property Value
System.Boolean

If show indicate first point - true; otherwise, false.

ShowHighPointIndicators

Gets or sets a value indicating whether to show high point indicator.

Declaration
public bool ShowHighPointIndicators { get; set; }
Property Value
System.Boolean

If show high point indicator - true; otherwise, false.

ShowLastPointIndicator

Gets or sets a value indicating whether to show last point indicator.

Declaration
public bool ShowLastPointIndicator { get; set; }
Property Value
System.Boolean

If show last point indicator - true; otherwise, false.

ShowLowPointIndicators

Gets or sets a value indicating whether to show low point indicator.

Declaration
public bool ShowLowPointIndicators { get; set; }
Property Value
System.Boolean

If show low point indicator - true; otherwise, false.

ShowNegativePointIndicators

Gets or sets a value indicating whether to show negative points indicator.

Declaration
public bool ShowNegativePointIndicators { get; set; }
Property Value
System.Boolean

If show negative points indicator - true; otherwise, false.

Methods

IsVirtualizationEnabledChanged()

Occurs when the value of the property IsVirtualizationEnabled has changed.

Declaration
protected override void IsVirtualizationEnabledChanged()
Overrides
RadSparklineBase.IsVirtualizationEnabledChanged()

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

Declaration
public override void OnApplyTemplate()
Overrides
RadSparklineBase.OnApplyTemplate()

OnDataChanged()

Called when underlying data has changed significantly and requires the control to redraw itself.

Declaration
protected override void OnDataChanged()
Overrides
RadSparklineBase.OnDataChanged()

OnIndicatorPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)

Called when ShowIndicatorProperty changed.

Declaration
protected static void OnIndicatorPropertyChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e)
Parameters
System.Windows.DependencyObject sender

The sender.

System.Windows.DependencyPropertyChangedEventArgs e

The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.

SynchronizeIndicatorsData()

Toggles the indicators.

Declaration
protected abstract void SynchronizeIndicatorsData()

SynchronizeIndicatorsVisuals()

Synchronizes the indicators.

Declaration
protected void SynchronizeIndicatorsVisuals()

UpdateItemsPanels()

This method is used to force the layout update of items panels when only the DataRange is changed. ItemsPanels update their layout automatically when items are added or removed from the ItemsControl or when the size of the control is updated.

DO NOT CALL when number of items in items source has changed!!!.

Declaration
protected override void UpdateItemsPanels()
Overrides
RadSparklineBase.UpdateItemsPanels()

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.