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
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • 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

Inheritance
System.Object
RadControl
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
RadControl.EndVisualStateUpdate(Boolean, Boolean)
RadControl.UpdateVisualState(Boolean)
RadControl.BeginVisualStateUpdate()
RadControl.SetVisualState(String, Boolean)
RadControl.CanUpdateVisualState()
RadControl.ComposeVisualStateName()
RadControl.ArrangeOverride(Size)
RadControl.UnapplyTemplateCore()
RadControl.OnIsEnabledChanged(Boolean, Boolean)
RadControl.OnTemplateApplied()
RadControl.ApplyTemplateCore()
RadControl.LoadCore()
RadControl.OnLoaded()
RadControl.UnloadCore()
RadControl.CurrentVisualState
RadControl.IsLoaded
RadControl.IsLoading
RadControl.IsUnloaded
RadControl.WasUnloaded
RadControl.IsTemplateApplied
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll

Syntax

public abstract class RadIndicatedSparklineBase : RadSparklineBase, ISupportsDateTimeVirtualization

Constructors

RadIndicatedSparklineBase()

Declaration
protected RadIndicatedSparklineBase()

Fields

FirstPointBrushProperty

Declaration
public static readonly DependencyProperty FirstPointBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

FirstPointStyleProperty

Declaration
public static readonly DependencyProperty FirstPointStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

HighPointBrushProperty

Declaration
public static readonly DependencyProperty HighPointBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

HighPointStyleProperty

Declaration
public static readonly DependencyProperty HighPointStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

LastPointBrushProperty

Declaration
public static readonly DependencyProperty LastPointBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

LastPointStyleProperty

Declaration
public static readonly DependencyProperty LastPointStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

LowPointBrushProperty

Declaration
public static readonly DependencyProperty LowPointBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

LowPointStyleProperty

Declaration
public static readonly DependencyProperty LowPointStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

NegativePointBrushProperty

Declaration
public static readonly DependencyProperty NegativePointBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

NegativePointStyleProperty

Declaration
public static readonly DependencyProperty NegativePointStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ShowFirstPointIndicatorProperty

Declaration
public static readonly DependencyProperty ShowFirstPointIndicatorProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ShowHighPointIndicatorsProperty

Declaration
public static readonly DependencyProperty ShowHighPointIndicatorsProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ShowLastPointIndicatorProperty

Declaration
public static readonly DependencyProperty ShowLastPointIndicatorProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ShowLowPointIndicatorsProperty

Declaration
public static readonly DependencyProperty ShowLowPointIndicatorsProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ShowNegativePointIndicatorsProperty

Declaration
public static readonly DependencyProperty ShowNegativePointIndicatorsProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

FirstPointBrush

Declaration
public Brush FirstPointBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

FirstPointStyle

Declaration
public Style FirstPointStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

HighPointBrush

Declaration
public Brush HighPointBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

HighPointStyle

Declaration
public Style HighPointStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

LastPointBrush

Declaration
public Brush LastPointBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

LastPointStyle

Declaration
public Style LastPointStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

LowPointBrush

Declaration
public Brush LowPointBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

LowPointStyle

Declaration
public Style LowPointStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

NegativePointBrush

Declaration
public Brush NegativePointBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

NegativePointStyle

Declaration
public Style NegativePointStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

ShowFirstPointIndicator

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

ShowHighPointIndicators

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

ShowLastPointIndicator

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

ShowLowPointIndicators

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

ShowNegativePointIndicators

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

Methods

IsVirtualizationEnabledChanged()

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

OnApplyTemplate()

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

OnDataChanged()

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

OnIndicatorPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)

Declaration
protected static void OnIndicatorPropertyChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e)
Parameters
Microsoft.UI.Xaml.DependencyObject sender

Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs e

SynchronizeIndicatorsData()

Declaration
protected abstract void SynchronizeIndicatorsData()

SynchronizeIndicatorsVisuals()

Declaration
protected void SynchronizeIndicatorsVisuals()

UpdateItemsPanels()

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

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
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.