Class ChartAxisScaleBreak
Chart enables the user to break the scale of ChartAxis by adding scale breaks to it.
Inheritance
Implements
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()
Initializes a new instance of the ChartAxisScaleBreak class.
Declaration
public ChartAxisScaleBreak()
Fields
BreakPercentProperty
The DependencyProperty for BreakPercent property.
Declaration
public static readonly DependencyProperty BreakPercentProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
BreakSpacingProperty
The DependencyProperty for BreakSpacing property.
Declaration
public static readonly DependencyProperty BreakSpacingProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
EndProperty
The DependencyProperty for End property.
Declaration
public static readonly DependencyProperty EndProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
FillProperty
The DependencyProperty for Fill property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
LineTypeProperty
The DependencyProperty for LineType property.
Declaration
public static readonly DependencyProperty LineTypeProperty
Field Value
| Type |
|---|
| Windows.UI.Xaml.DependencyProperty |
StartProperty
The DependencyProperty for Start property.
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
The DependencyProperty for StrokeThickness property.
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
Gets or sets the end value of the axis scale break.
Declaration
public double End { get; set; }
Property Value
| Type |
|---|
| System.Double |
Fill
Gets or sets the scale break fill color.
Declaration
public Brush Fill { get; set; }
Property Value
| Type |
|---|
| Windows.UI.Xaml.Media.Brush |
LineType
Gets or sets the scale break line type.
Declaration
public BreakLineType LineType { get; set; }
Property Value
| Type |
|---|
| BreakLineType |
Start
Gets or sets the start value of the axis scale break.
Declaration
public double Start { get; set; }
Property Value
| Type |
|---|
| System.Double |
Stroke
Gets or sets the scale break stroke brush.
Declaration
public Brush Stroke { get; set; }
Property Value
| Type |
|---|
| Windows.UI.Xaml.Media.Brush |
StrokeThickness
Gets or sets the scale break stroke thickness.
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)
Creates a copy of the current ChartAxisScaleBreak instance with its visual and layout properties.
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 |