Class ChartBreakRangeInfo
Class declaratiopn for ChartBreakRangeInfo
Inheritance
System.Object
ChartBreakRangeInfo
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.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartBreakRangeInfo
Constructors
ChartBreakRangeInfo()
Constructor for ChartBreakRangeInfo
Declaration
public ChartBreakRangeInfo()
ChartBreakRangeInfo(ChartBreakRange)
Called when instance created for ChartBreakRangeInfo with single arguments
Declaration
public ChartBreakRangeInfo(ChartBreakRange brkRange)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Chart.ChartBreakRange | brkRange |
Properties
LineColor
Gets or sets the color of the line.
Declaration
public Brush LineColor { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The color of the line. |
LineStyle
Gets or sets the line style.
Declaration
public DashStyle LineStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.DashStyle | The line style. |
LineType
Gets or sets the type of the line.
Declaration
public ChartBreakLineTypes LineType { get; set; }
Property Value
Type | Description |
---|---|
ChartBreakLineTypes | The type of the line. |
LineWidth
Gets or sets the width of the line.
Declaration
public double LineWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width of the line. |
SpacingColor
Gets or sets the color of the spacing.
Declaration
public Brush SpacingColor { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The color of the spacing. |
SpacingWidth
Gets or sets the line spacing .
Declaration
public double SpacingWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The line spacing . |
Methods
DrawBreakLine(DrawingContext, Point, Point, ChartBreakRangeInfo)
Draws the break line.
Declaration
public void DrawBreakLine(DrawingContext dc, Point from, Point to, ChartBreakRangeInfo info)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingContext | dc | The System.Drawing.Graphics. |
System.Windows.Point | from | The start point of break line. |
System.Windows.Point | to | The end point of break line. |
ChartBreakRangeInfo | info |
GetRandomBeziersPoints(Point, Point, Int32, Single)
Gets the rendom beziers points.
Declaration
public static Point[] GetRandomBeziersPoints(Point pt1, Point pt2, int count, float fault)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Point | pt1 | The PT1. |
System.Windows.Point | pt2 | The PT2. |
System.Int32 | count | The count. |
System.Single | fault | The fault. |
Returns
Type |
---|
System.Windows.Point[] |
GetWaveBeziersPoints(Point, Point, Int32, Single)
Gets the wave beziers points.
Declaration
public static Point[] GetWaveBeziersPoints(Point pt1, Point pt2, int count, float fault)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Point | pt1 | The PT1. |
System.Windows.Point | pt2 | The PT2. |
System.Int32 | count | The count. |
System.Single | fault | The fault. |
Returns
Type |
---|
System.Windows.Point[] |
Events
Changed
Occurs when range was changed.
Declaration
public event EventHandler Changed
Event Type
Type |
---|
System.EventHandler |