'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the annotation must use units of measure for axes.")> Public Property UseAxisUnits As Boolean
[DefaultValue(False)] [Description("A value indicating whether the annotation must use units of measure for axes.")] public bool UseAxisUnits { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the annotation must use units of measure for axes.")] public: __property bool get_UseAxisUnits(); public: __property void set_UseAxisUnits(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the annotation must use units of measure for axes.")] public:
property bool UseAxisUnits { bool get(); void set(bool value); }
Property Value
true if the annotation must use units of measure for axes; otherwise, false. Default value is false.