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
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public class ChartAxisScaleBreak : FrameworkElement, INotifyPropertyChanged
Constructors
ChartAxisScaleBreak()
Declaration
public ChartAxisScaleBreak()
Fields
BreakPercentProperty
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
BreakSpacing
Gets or sets the scale break spacing.
Declaration
public double BreakSpacing { get; set; }
Property Value
End
Declaration
public double End { get; set; }
Property Value
Fill
Declaration
public Brush Fill { get; set; }
Property Value
| Type |
| Windows.UI.Xaml.Media.Brush |
LineType
Declaration
public BreakLineType LineType { get; set; }
Property Value
Start
Declaration
public double Start { get; set; }
Property Value
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
| Type |
| Windows.UI.Xaml.Media.Brush |
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
Methods
Clone()
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