Xceed Chart for WinForms v4.4 Documentation
RoundToTickMin Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisScaleValue Class : RoundToTickMin Property
Specifies whether the scale should begin from an exact tick value.
Syntax
'Declaration
 
<DefaultValueAttribute()>

<DescriptionAttribute("Specifies whether the scale should begin from an exact tick value.")>

<CategoryAttribute("Scale")>

Public Property RoundToTickMin As Boolean
'Usage
 
Dim instance As AxisScaleValue

Dim value As Boolean

 

instance.RoundToTickMin = value

 

value = instance.RoundToTickMin
[DefaultValue()]

[Description("Specifies whether the scale should begin from an exact tick value.")]

[Category("Scale")]

public bool RoundToTickMin {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AxisScaleValue Class
AxisScaleValue Members