menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAxisScaleBreak - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartAxisScaleBreak

    Chart enables the user to break the scale of ChartAxis by adding scale breaks to it.

    Inheritance
    System.Object
    ChartAxisScaleBreak
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class ChartAxisScaleBreak : FrameworkElement, INotifyPropertyChanged
    Remarks

    The scale break appearance can be customized.

    Constructors

    ChartAxisScaleBreak()

    Declaration
    public ChartAxisScaleBreak()

    Fields

    BreakPercentProperty

    The DependencyProperty for BreakPercent property.

    Declaration
    public static readonly DependencyProperty BreakPercentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    BreakSpacingProperty

    Declaration
    public static readonly DependencyProperty BreakSpacingProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    EndProperty

    Declaration
    public static readonly DependencyProperty EndProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FillProperty

    Declaration
    public static readonly DependencyProperty FillProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LineTypeProperty

    Declaration
    public static readonly DependencyProperty LineTypeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    StartProperty

    Declaration
    public static readonly DependencyProperty StartProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    StrokeProperty

    The DependencyProperty for Stroke property.

    Declaration
    public static readonly DependencyProperty StrokeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    StrokeThicknessProperty

    Declaration
    public static readonly DependencyProperty StrokeThicknessProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    BreakPercent

    Gets or sets the percent where breaks will be positioned at the specified percent of the area. This will be considered when the enum BreakPosition is set to Percent mode.

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

    BreakSpacing

    Gets or sets the scale break spacing.

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

    End

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

    Fill

    Declaration
    public Brush Fill { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    LineType

    Declaration
    public BreakLineType LineType { get; set; }
    Property Value
    Type
    BreakLineType

    Start

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

    Stroke

    Declaration
    public Brush Stroke { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    StrokeThickness

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

    Methods

    Clone()

    Clone the axis breaks

    Declaration
    public DependencyObject Clone()
    Returns
    Type
    Windows.UI.Xaml.DependencyObject

    CloneAxisBreaks(DependencyObject)

    Declaration
    protected virtual DependencyObject CloneAxisBreaks(DependencyObject obj)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyObject obj
    Returns
    Type
    Windows.UI.Xaml.DependencyObject

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved