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