ActiveReports.Chart Request technical support
MaxDerived Property
See Also 


Gets or sets a value indicating whether the axis automatically calculates its maximum value based on its position against the parent axis.

Syntax

Visual Basic (Declaration) 
Public Property MaxDerived As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CustomAxis
Dim value As Boolean
 
instance.MaxDerived = value
 
value = instance.MaxDerived
C# 
public bool MaxDerived {get; set;}

See Also