ClassStyleChartBorder
Class
Chart border specific style
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleChartBorder : StyleBorder, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleBorderStyleChartBorder
Implements:
Inherited Members
Constructors
StyleChartBorder()
Declaration
cs-api-definition
public StyleChartBorder()
Properties
Color
Gets and sets border color
Declaration
cs-api-definition
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }
Property Value
Color
Chart's border color
Overrides