dotnetCHARTING Send comments on this topic.
Custom Property
See Also 
dotnetCHARTING Namespace > AxisLineBreaks Class : Custom Property


Gets or sets an array of values between 0 and 1 that are used to specify gap positions instead of axisTick positions.

Syntax

Visual Basic (Declaration) 
Public Property Custom As Double()
Visual Basic (Usage)Copy Code
Dim instance As AxisLineBreaks
Dim value() As Double
 
instance.Custom = value
 
value = instance.Custom
C# 
public double[] Custom {get; set;}

See Also

© 2021 All Rights Reserved.