ActiveReports.Chart Request technical support
MinDerived Property
See Also 


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

Syntax

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

See Also