Axis.ScaleType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the value axis scale type. Read/write.
public:
property Microsoft::Office::Interop::Word::XlScaleType ScaleType { Microsoft::Office::Interop::Word::XlScaleType get(); void set(Microsoft::Office::Interop::Word::XlScaleType value); };
public Microsoft.Office.Interop.Word.XlScaleType ScaleType { get; set; }
member this.ScaleType : Microsoft.Office.Interop.Word.XlScaleType with get, set
Public Property ScaleType As XlScaleType