AxisIsAutomaticMaxValue Property |
Indicates whether the max value is automatically assigned.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool IsAutomaticMaxValue { get; set; }
Public Property IsAutomaticMaxValue As Boolean
Get
Set
public:
property bool IsAutomaticMaxValue {
bool get ();
void set (bool value);
}
member IsAutomaticMaxValue : bool with get, set
Property Value
Type:
Boolean
See Also