Class StyleBorder
Border style
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class StyleBorder : StateManagedObject, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
StyleBorder()
Creates new instance of StyleBorder class
Declaration
public StyleBorder()
StyleBorder(Boolean)
Creates new instance of StyleBorder class
Declaration
public StyleBorder(bool visible)
Parameters
System.Boolean
visible
Border visibility |
StyleBorder(Color)
Creates new instance of StyleBorder class
Declaration
public StyleBorder(Color color)
Parameters
System.Drawing.Color
color
Border color |
StyleBorder(Color, Single)
Creates new instance of StyleBorder class
Declaration
public StyleBorder(Color color, float width)
Parameters
System.Drawing.Color
color
Border color |
System.Single
width
Border width |
StyleBorder(Color, Single, DashStyle)
Creates new instance of StyleBorder class
Declaration
public StyleBorder(Color color, float width, DashStyle penStyle)
Parameters
System.Drawing.Color
color
Border color |
System.Single
width
Border width |
System.Drawing.Drawing2D.DashStyle
penStyle
Border PenStyle |
StyleBorder(Object)
Creates new instance of StyleBorder class
Declaration
public StyleBorder(object containerObject)
Parameters
System.Object
containerObject
Container object |
Properties
Color
Specifies the line color property
Declaration
[SkinnableProperty]
public virtual Color Color { get; set; }
Property Value
System.Drawing.Color
|
PenStyle
Specifies the pen style property
Declaration
[SkinnableProperty]
public virtual DashStyle PenStyle { get; set; }
Property Value
System.Drawing.Drawing2D.DashStyle
|
Visible
Visibility
Declaration
public virtual bool Visible { get; set; }
Property Value
System.Boolean
|
Width
Specifies the width property
Declaration
[SkinnableProperty]
public virtual float Width { get; set; }
Property Value
System.Single
|
Methods
Clone()
Clone this object
Declaration
public virtual object Clone()
Returns
System.Object
Object with the same fields as this one |
Implements
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 |