Namespace:  C1.Util.VisualEffects
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[CategoryAttribute("2. Edge")]
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public float Rounding { get; set; }
Visual Basic
<CategoryAttribute("2. Edge")> _
<BrowsableAttribute(False)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Property Rounding As Single
	Get
	Set

See Also