RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX
Get/Set the step for the axis values when MinValue and MaxValue are both set

Namespace: Telerik.Web.UI.HtmlChart.PlotArea
Assembly: Telerik.Web.UI (in Telerik.Web.UI.dll) Version: 2013.1.220.0 (2013.01.220.0)

Syntax

C#
public Nullable<decimal> Step { get; set; }
Visual Basic
Public Property Step As Nullable(Of Decimal)
	Get
	Set

See Also