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.WPF.dll
Syntax
public class ChartAxisScaleBreak : FrameworkElement, INotifyPropertyChanged
Constructors
ChartAxisScaleBreak()
Declaration
public ChartAxisScaleBreak()
Fields
BreakPercentProperty
Declaration
public static readonly DependencyProperty BreakPercentProperty
Field Value
Type |
System.Windows.DependencyProperty |
BreakSpacingProperty
Declaration
public static readonly DependencyProperty BreakSpacingProperty
Field Value
Type |
System.Windows.DependencyProperty |
EndProperty
Declaration
public static readonly DependencyProperty EndProperty
Field Value
Type |
System.Windows.DependencyProperty |
FillProperty
Declaration
public static readonly DependencyProperty FillProperty
Field Value
Type |
System.Windows.DependencyProperty |
LineTypeProperty
Declaration
public static readonly DependencyProperty LineTypeProperty
Field Value
Type |
System.Windows.DependencyProperty |
StartProperty
Declaration
public static readonly DependencyProperty StartProperty
Field Value
Type |
System.Windows.DependencyProperty |
StrokeProperty
The DependencyProperty for Stroke property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Type |
System.Windows.DependencyProperty |
StrokeThicknessProperty
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
Type |
System.Windows.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 |
System.Windows.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 |
System.Windows.Media.Brush |
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
Methods
Clone()
Declaration
public DependencyObject Clone()
Returns
Type |
System.Windows.DependencyObject |
CloneAxisBreaks(DependencyObject)
Declaration
protected virtual DependencyObject CloneAxisBreaks(DependencyObject obj)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
Returns
Type |
System.Windows.DependencyObject |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged