Class LineStyle
Common lines style
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class LineStyle : StyleBorder, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
LineStyle()
Creates new instance of LineStyle class
Declaration
public LineStyle()
LineStyle(Boolean)
Creates new instance of LineStyle class
Declaration
public LineStyle(bool visible)
Parameters
System.Boolean
visible
Line visibility |
LineStyle(Color)
Creates new instance of LineStyle class
Declaration
public LineStyle(Color color)
Parameters
System.Drawing.Color
color
Line color |
LineStyle(Color, Single)
Creates new instance of LineStyle class
Declaration
public LineStyle(Color color, float width)
Parameters
System.Drawing.Color
color
Line color |
System.Single
width
Line width |
LineStyle(Color, Single, DashStyle)
Creates new instance of LineStyle class
Declaration
public LineStyle(Color color, float width, DashStyle penStyle)
Parameters
System.Drawing.Color
color
Line color |
System.Single
width
Line width |
System.Drawing.Drawing2D.DashStyle
penStyle
Line PenStyle |
LineStyle(Color, Single, DashStyle, LineCap)
Creates new instance of LineStyle class
Declaration
public LineStyle(Color color, float width, DashStyle penStyle, LineCap endCap)
Parameters
System.Drawing.Color
color
Line color |
System.Single
width
Line width |
System.Drawing.Drawing2D.DashStyle
penStyle
Line PenStyle |
System.Drawing.Drawing2D.LineCap
endCap
Line end cap |
LineStyle(Object)
Creates new instance of LineStyle class
Declaration
public LineStyle(object containerObject)
Parameters
System.Object
containerObject
Container object |
Properties
EndCap
Specifies the end cap property
Declaration
[SkinnableProperty]
public virtual LineCap EndCap { get; set; }
Property Value
System.Drawing.Drawing2D.LineCap
|
StartCap
Specifies the start cap property
Declaration
[SkinnableProperty]
public virtual LineCap StartCap { get; set; }
Property Value
System.Drawing.Drawing2D.LineCap
|
Methods
Clone()
Clone this object
Declaration
public override object Clone()
Returns
System.Object
Object with the same fields as this one |
Overrides
Equals(Object)
Compare two objects
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object tot compare |
Returns
System.Boolean
Result of comparing |
Overrides
GetHashCode()
Gets hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Hash code |