Class ChartAxisBreakInfo
Contains the appearance properties of break lines.
Inheritance
System.Object
ChartAxisBreakInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartAxisBreakInfo
Constructors
ChartAxisBreakInfo()
Initializes a new instance of the ChartAxisBreakInfo class.
Declaration
public ChartAxisBreakInfo()
Properties
LineColor
Gets or sets the color of the line.
Declaration
public Color LineColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The color of the line. |
LineSpacing
Gets or sets the line spacing.
Declaration
public double LineSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The line spacing . |
LineStyle
Gets or sets the line style.
Declaration
public DashStyle LineStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.DashStyle | The line style. |
LineType
Gets or sets the type of the line.
Declaration
public ChartBreakLineType LineType { get; set; }
Property Value
Type | Description |
---|---|
ChartBreakLineType | The type of the line. |
LineWidth
Gets or sets the width of the line.
Declaration
public float LineWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The width of the line. |
SpacingColor
Gets or sets the color of the spacing.
Declaration
public Color SpacingColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The color of the spacing. |
Events
Changed
An event that is triggered when appearance is changed.
Declaration
public event EventHandler Changed
Event Type
Type |
---|
System.EventHandler |