• Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • Conversational UI
    • 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 ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for Xamarin
    Desktop
    UI for WinForms UI for WPF UI for WinUI UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    Debugging
    FiddlerCore Fiddler Everywhere
    CMS
    Sitefinity
    UX Design
    Unite UX
    Document Management
    Telerik Document Processing
    Innovations Lab
    VR DataViz
    Free Tools
    Fiddler Classic JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Edit Profile
    • Payment Profiles
    • Renewals & Upgrades
    • Support Tickets
    • Log out
  • Login
  • Contact Us
  • Try now

Class SparkAxis

Inheritance
System.Object
DisposableObject
RadObject
UISparkElement
SparkAxis
SparkCartesianAxis
Inherited Members
UISparkElement.IsVisibleProperty
UISparkElement.ClassProperty
UISparkElement.VisualStateProperty
UISparkElement.IsMouseDownProperty
UISparkElement.IsMouseOverProperty
UISparkElement.FontProperty
UISparkElement.CustomFontProperty
UISparkElement.CustomFontSizeProperty
UISparkElement.CustomFontStyleProperty
UISparkElement.ForeColorProperty
UISparkElement.BackColorProperty
UISparkElement.BorderWidthProperty
UISparkElement.BorderColorProperty
UISparkElement.BorderDashStyleProperty
UISparkElement.ShapeProperty
UISparkElement.SmoothingModeProperty
UISparkElement.GetValue(RadProperty)
UISparkElement.Attach(UISparkElement)
UISparkElement.Dettach()
UISparkElement.Refresh()
UISparkElement.Invalidate()
UISparkElement.MeasureContentOverride(SparkNode, Object)
UISparkElement.DpiScaleChanged(SizeF)
UISparkElement.GetScaledFont(Single)
UISparkElement.ISparkElementPresenter.RefreshNode(SparkNode)
UISparkElement.ISparkElementPresenter.MeasureContent(SparkNode, Object)
UISparkElement.GetCurrentShape()
UISparkElement.GetThemeEffectiveType()
UISparkElement.IStylableNode.ApplySettings(PropertySettingGroup)
UISparkElement.ApplyStyleSettingsCore(PropertySettingGroup)
UISparkElement.ApplyStyle()
UISparkElement.BuildVisualState()
UISparkElement.AddStylePropertySetting(IPropertySetting)
UISparkElement.ApplyStyleByIndex(PropertySettingGroup, Int32)
UISparkElement.Parent
UISparkElement.Level
UISparkElement.Children
UISparkElement.IsMouseDown
UISparkElement.IsMouseOver
UISparkElement.View
UISparkElement.IsVisible
UISparkElement.ForeColor
UISparkElement.Font
UISparkElement.CustomFont
UISparkElement.CustomFontSize
UISparkElement.CustomFontStyle
UISparkElement.BackColor
UISparkElement.BorderWidth
UISparkElement.BorderColor
UISparkElement.BorderDashStyle
UISparkElement.Shape
UISparkElement.SmoothingMode
UISparkElement.IsAttached
UISparkElement.DpiScaleFactor
UISparkElement.ScaledFontsCache
UISparkElement.Class
UISparkElement.VisualState
UISparkElement.ThemeRole
UISparkElement.ChildrenHierarchy
UISparkElement.IStylableNode.Children
UISparkElement.IStylableNode.Parent
UISparkElement.Style
UISparkElement.StateManager
UISparkElement.FallbackToDefaultTheme
RadObject.BindingContextProperty
RadObject.RadType
RadObject.DisposeManagedResources()
RadObject.ClearPropertyStore()
RadObject.SuspendPropertyNotifications()
RadObject.ResumePropertyNotifications()
RadObject.GetPropertyValue(RadProperty)
RadObject.SetDefaultValueOverride(RadProperty, Object)
RadObject.SetValueAtDesignTime(RadProperty, Object)
RadObject.SetValue(RadProperty, Object)
RadObject.ResetValue(RadProperty)
RadObject.ResetValue(RadProperty, ValueResetFlags)
RadObject.UpdateValue(RadProperty)
RadObject.GetValueSource(RadProperty)
RadObject.GetRegisteredRadProperty(String)
RadObject.UpdateValueCore(RadPropertyValue)
RadObject.SetValueCore(RadPropertyValue, Object, Object, ValueSource)
RadObject.ResetValueCore(RadPropertyValue, ValueResetFlags)
RadObject.GetDefaultValue(RadPropertyValue, Object)
RadObject.CoerceValue(RadPropertyValue, Object)
RadObject.ShouldSerializeProperty(PropertyDescriptor)
RadObject.CanRaisePropertyChangeNotifications(RadPropertyValue)
RadObject.BindProperty(RadProperty, RadObject, RadProperty, PropertyBindingOptions)
RadObject.UnbindProperty(RadProperty)
RadObject.RemoveStylePropertySetting(IPropertySetting)
RadObject.RemoveStylePropertySetting(RadProperty)
RadObject.GetInheritedValue(RadProperty)
RadObject.OnPropertyChanging(RadPropertyChangingEventArgs)
RadObject.OnNotifyPropertyChanged(PropertyChangedEventArgs)
RadObject.IsPropertyCancelable(RadPropertyMetadata)
RadObject.PropertyValues
RadObject.IsDesignMode
RadObject.PropertyFilter
RadObject.RadObjectType
RadObject.BindingContext
RadObject.PropertyChanged
RadObject.RadPropertyChanged
RadObject.RadPropertyChanging
DisposableObject.GetBitState(Int64)
DisposableObject.SetBitState(Int64, Boolean)
DisposableObject.OnBitStateChanged(Int64, Boolean, Boolean)
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.PerformDispose(Boolean)
DisposableObject.DisposeUnmanagedResources()
DisposableObject.BitState
DisposableObject.Events
DisposableObject.IsDisposing
DisposableObject.IsDisposed
DisposableObject.Disposed
DisposableObject.Disposing
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll

Syntax

public abstract class SparkAxis : UISparkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement

Constructors

SparkAxis()

Initializes a new instance of the SparkAxis class.

Declaration
public SparkAxis()

Properties

AxisType

Gets or sets the type of the axis.

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

The type of the axis.

DrawMode

Gets or sets position of the axis in the chart draw stack.

Declaration
public AxisDrawMode DrawMode { get; set; }
Property Value
AxisDrawMode

IsPrimary

Gets or sets whether the axis is primary.

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

The is primary.

LineWidth

Gets or sets the thickness used to display the line of the axis.

Declaration
public float LineWidth { get; set; }
Property Value
System.Single

Model

Gets the model.

Declaration
public SparkAxisModel Model { get; }
Property Value
SparkAxisModel

The model.

Methods

OnAttached(UISparkElement)

Called when [attached].

Declaration
protected override void OnAttached(UISparkElement parent)
Parameters
UISparkElement parent

The parent.

Overrides
UISparkElement.OnAttached(UISparkElement)

OnDettached()

Called when [dettached].

Declaration
protected override void OnDettached()
Overrides
UISparkElement.OnDettached()

OnNotifyPropertyChanged(String)

Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
System.String propertyName

Overrides
RadObject.OnNotifyPropertyChanged(String)

OnPropertyChanged(RadPropertyChangedEventArgs)

Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs e

Overrides
UISparkElement.OnPropertyChanged(RadPropertyChangedEventArgs)

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
System.String

A string that represents the current object.

Overrides
System.Object.ToString()

Extension Methods

CommonExtensions.ClearIfNoBindingAndSet(RadObject, RadProperty)
DispatcherExtensions.CheckAccess(RadObject)
CommonExtensions.SetIfDifferent(RadObject, RadProperty, Object)
CommonExtensions.ClearIfSet(RadObject, RadProperty)
CommonExtensions.IsLocalValueSet(RadObject, RadProperty)
DispatcherExtensions.CheckAccess(RadObject)
DispatcherExtensions.CheckAccess(RadObject)
DispatcherExtensions.CheckAccess(RadObject)
SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • 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.