Custom Property (AxisLineBreaks)
Gets or sets an array of values between 0 and 1 that are used to specify gap positions instead of axisTick positions.
Syntax
'Declaration Public Property Custom As Double()
'Usage Dim instance As AxisLineBreaks Dim value() As Double instance.Custom = value value = instance.Custom
public double[] Custom {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