Class StyleChartBorder
Chart border specific style
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class StyleChartBorder : StyleBorder, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
StyleChartBorder()
Declaration
public StyleChartBorder()
Properties
Color
Gets and sets border color
Declaration
[SkinnableProperty]
public override Color Color { get; set; }
Property Value
System.Drawing.Color
Chart's border color |