Gets or sets a value indicating whether an AxisTick or AxisMarker object using
this
ScaleRange will force the axis to expand it's scale to show
it.
Syntax
Visual Basic (Declaration) | |
---|
Public Property IncludeInAxisScale As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ScaleRange
Dim value As Boolean
instance.IncludeInAxisScale = value
value = instance.IncludeInAxisScale
|
C# | |
---|
public bool IncludeInAxisScale {get; set;} |
C++/CLI | |
---|
public:
property bool IncludeInAxisScale {
bool get();
void set (bool value);
} |
See Also