Xceed Chart for WinForms v4.4 Documentation
CustomSteps Property (AxisScaleNumeric)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisScaleNumeric Class : CustomSteps Property
Specifies the major ticks custom steps when the mode is set to IrregularSteps.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies the major ticks custom steps when the mode is set to IrregularSteps.")>
<CategoryAttribute("Ticks")>
Public Property CustomSteps As TypedArrayList
'Usage
 
Dim instance As AxisScaleNumeric
Dim value As TypedArrayList
 
instance.CustomSteps = value
 
value = instance.CustomSteps
[Description("Specifies the major ticks custom steps when the mode is set to IrregularSteps.")]
[Category("Ticks")]
public TypedArrayList CustomSteps {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

AxisScaleNumeric Class
AxisScaleNumeric Members