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 RadDataBarBase

Inheritance
System.Object
RadControl
RadDataBarBase
RadDataBar
RadStackedDataBar
Inherited Members
RadControl.EndVisualStateUpdate(Boolean, Boolean)
RadControl.UpdateVisualState(Boolean)
RadControl.BeginVisualStateUpdate()
RadControl.OnCreateAutomationPeer()
RadControl.SetVisualState(String, Boolean)
RadControl.CanUpdateVisualState()
RadControl.ComposeVisualStateName()
RadControl.ArrangeOverride(Size)
RadControl.OnApplyTemplate()
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 RadDataBarBase : RadControl

Constructors

RadDataBarBase()

Declaration
protected RadDataBarBase()

Fields

AppliedAxisMarginProperty

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

AppliedAxisVisibilityProperty

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

AxisStrokeProperty

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

AxisStyleProperty

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

AxisVisibilityProperty

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

BarBorderThicknessProperty

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

BarHeightPercentProperty

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

BarStyleProperty

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

MaximumProperty

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

MinimumProperty

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

OriginValueProperty

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

OverflowTemplateProperty

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

UnderflowTemplateProperty

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

Properties

AppliedAxisMargin

Declaration
public Thickness AppliedAxisMargin { get; }
Property Value
Microsoft.UI.Xaml.Thickness

AppliedAxisVisibility

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

AxisStroke

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

AxisStyle

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

AxisVisibility

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

BarBorderThickness

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

BarHeightPercent

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

BarStyle

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

Maximum

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

Minimum

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

OriginValue

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

OverflowTemplate

Declaration
public DataTemplate OverflowTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

UnderflowTemplate

Declaration
public DataTemplate UnderflowTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

Methods

MeasureOverride(Size)

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

Returns
Windows.Foundation.Size

Overrides
RadControl.MeasureOverride(Size)

NormalizeAndCoerceValue(Double)

Declaration
protected double NormalizeAndCoerceValue(double value)
Parameters
System.Double value

Returns
System.Double

NormalizeValue(Double)

Declaration
protected double NormalizeValue(double value)
Parameters
System.Double value

Returns
System.Double

OnMaximumPropertyChanged(DependencyPropertyChangedEventArgs)

Declaration
protected virtual void OnMaximumPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs e

OnMinimumPropertyChanged(DependencyPropertyChangedEventArgs)

Declaration
protected virtual void OnMinimumPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs e

OnOriginValuePropertyChanged(DependencyPropertyChangedEventArgs)

Declaration
protected virtual void OnOriginValuePropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs e

UpdateOutOfRangeTemplates()

Declaration
protected virtual void UpdateOutOfRangeTemplates()

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.