[]
The Border class is used to describe the border appearance of various elements of the chart, including the chart itself, the ChartArea, the Legend, the Header, the Footer and Labels.
[TypeConverter(typeof(c1ChartTypeConverter))]
public class Border
Name | Description |
---|---|
BorderStyle | Gets or sets the border style. |
Color | Gets or sets the border color. |
Rounding | Gets the Rounding object that controls the rounding of corners. |
Thickness | Gets or sets the border thickness. |
Name | Description |
---|---|
ShouldSerializeColor() | Returns false if the Border Color property is in the default state. |