[]
Represents the edge parameters.
public class ChartVisualEffectsStyle.EdgeStyle : ChartPropertyBagObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
EdgeStyle(ChartVisualEffectsStyle) | Initializes a new instance of ChartVisualEffectsStyle.EdgeStyle object. |
Name | Description |
---|---|
Rounding | Gets or sets the radius rounding for rectangular elements. When Scalable property is true it is measured in relative units, otherwise - in pixels. |
Width | Gets or sets the width of element edge. When Scalable property is true it is measured in relative units, otherwise - in pixels. |
Name | Description |
---|---|
ResetRounding() | Resets the Rounding to default state. |
ResetWidth() | Resets the Width to default state. |
ShouldSerializeRounding() | Returns false if Rounding is in default state. |
ShouldSerializeWidth() | Returns false if Width is in default state. |