API Reference
Class
ApexZoom
Represents zoom options.
Inheritance
- Object
- ApexZoom
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ApexChartOptions.Zoom
- Method ApexZoom.SetEnabled
- Method ApexZoom.SetType
Accepted by parameters
Constructors
public ApexZoom() #Methods
Inherited Methods
Properties
public Nullable<Boolean> Enabled { get; set; } #JsonPropertyName("enabled")Gets or sets whether zoom is enabled.
public Nullable<Boolean> AutoScaleYaxis { get; set; } #JsonPropertyName("autoScaleYaxis")Gets or sets whether auto scale Y axis.