AxisMajorUnitScale Property |
Represents the major unit scale for the date axis.
Read/write
TimeUnitType.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic TimeUnitType MajorUnitScale { get; set; }Public Property MajorUnitScale As TimeUnitType
Get
Set
public:
virtual property TimeUnitType MajorUnitScale {
TimeUnitType get () sealed;
void set (TimeUnitType value) sealed;
}abstract MajorUnitScale : TimeUnitType with get, set
override MajorUnitScale : TimeUnitType with get, set
Property Value
Type:
TimeUnitTypeImplements
IAxisMajorUnitScale
See Also