LineStyle
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
Creates new instance of LineStyle class
public LineStyle()
Creates new instance of LineStyle class
public LineStyle(bool visible)
Line visibility
Creates new instance of LineStyle class
public LineStyle(Color color, float width, DashStyle penStyle, LineCap endCap)
Line color
widthfloatLine width
penStyleDashStyleLine PenStyle
endCapLineCapLine end cap
Creates new instance of LineStyle class
public LineStyle(Color color, float width, DashStyle penStyle)
Line color
widthfloatLine width
penStyleDashStyleLine PenStyle
Creates new instance of LineStyle class
public LineStyle(Color color, float width)
Line color
widthfloatLine width
Creates new instance of LineStyle class
public LineStyle(Color color)
Line color
Creates new instance of LineStyle class
public LineStyle(object containerObject)
Container object
Properties
EndCap
LineCap
Specifies the end cap property
[SkinnableProperty]
public virtual LineCap EndCap { get; set; }
StartCap
LineCap
Specifies the start cap property
[SkinnableProperty]
public virtual LineCap StartCap { get; set; }
Methods
Clone()
object
Clone this object
public override object Clone()
object
Object with the same fields as this one
Overrides:
Equals(object)
bool
Compare two objects
public override bool Equals(object obj)
Object tot compare
Returns:bool
Result of comparing
Overrides:
Gets hash code
public override int GetHashCode()
int
Hash code
Overrides: