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 RadSparklineBase

Inheritance
System.Object
RadControl
RadSparklineBase
RadIndicatedSparklineBase
Inherited Members
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 RadSparklineBase : RadControl, ISupportsDateTimeVirtualization

Constructors

RadSparklineBase()

Declaration
protected RadSparklineBase()

Fields

AutoRangeProperty

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

AxisOriginValueProperty

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

AxisStrokeProperty

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

AxisVisibilityProperty

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

AxisWidthProperty

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

EmptyPointBehaviorProperty

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

ItemsSourceProperty

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

MaxXValueProperty

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

MaxYValueProperty

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

MinXValueProperty

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

MinYValueProperty

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

ShowAxisProperty

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

XValuePathProperty

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

YValuePathProperty

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

ZeroYPositionProperty

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

Properties

AutoRange

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

AxisOriginValue

Declaration
public double AxisOriginValue { get; set; }
Property Value
System.Double

AxisStroke

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

AxisVisibility

Declaration
public Visibility AxisVisibility { get; }
Property Value
Microsoft.UI.Xaml.Visibility

AxisWidth

Declaration
public double AxisWidth { get; set; }
Property Value
System.Double

EmptyPointBehavior

Declaration
public EmptyPointBehavior EmptyPointBehavior { get; set; }
Property Value
EmptyPointBehavior

ItemsSource

Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.Collections.IEnumerable

MaxXValue

Declaration
public double MaxXValue { get; set; }
Property Value
System.Double

MaxYValue

Declaration
public double MaxYValue { get; set; }
Property Value
System.Double

MinXValue

Declaration
public double MinXValue { get; set; }
Property Value
System.Double

MinYValue

Declaration
public double MinYValue { get; set; }
Property Value
System.Double

ShowAxis

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

VisualDataPoints

Declaration
protected IEnumerable<VisualDataPoint> VisualDataPoints { get; }
Property Value
System.Collections.Generic.IEnumerable<VisualDataPoint>

XValuePath

Declaration
public string XValuePath { get; set; }
Property Value
System.String

YValuePath

Declaration
public string YValuePath { get; set; }
Property Value
System.String

ZeroYPosition

Declaration
public double ZeroYPosition { get; }
Property Value
System.Double

Methods

CalculateYPosition()

Declaration
protected virtual void CalculateYPosition()

IsVirtualizationEnabledChanged()

Declaration
protected virtual void IsVirtualizationEnabledChanged()

MeasureOverride(Size)

Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Windows.Foundation.Size availableSize

Returns
Windows.Foundation.Size

Overrides
RadControl.MeasureOverride(Size)

OnApplyTemplate()

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

OnCreateAutomationPeer()

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer

Overrides
RadControl.OnCreateAutomationPeer()

OnDataChanged()

Declaration
protected virtual void OnDataChanged()

OnEmptyPointBehaviorChanged()

Declaration
protected virtual void OnEmptyPointBehaviorChanged()

OnRangeChanged()

Declaration
protected virtual void OnRangeChanged()

OnSizeChanged(Object, SizeChangedEventArgs)

Declaration
protected virtual void OnSizeChanged(object sender, SizeChangedEventArgs e)
Parameters
System.Object sender

Microsoft.UI.Xaml.SizeChangedEventArgs e

OnVisibleDataChanged()

Declaration
protected virtual void OnVisibleDataChanged()

UpdateItemsPanels()

Declaration
protected virtual void 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.