HtmlForgeX

API Reference

Class

ApexZoom

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents zoom options.

Inheritance

  • Object
  • ApexZoom

Constructors

public ApexZoom() #

Methods

public ApexZoom SetEnabled(Boolean enabled) #
Returns: ApexZoom

Enables or disables zoom.

Parameters

enabled System.Boolean requiredposition: 0
public ApexZoom SetType(String type) #
Returns: ApexZoom

Sets the zoom type.

Parameters

type System.String requiredposition: 0

Properties

public Nullable<Boolean> Enabled { get; set; } #
JsonPropertyName("enabled")

Gets or sets whether zoom is enabled.

public String Type { get; set; } #
JsonPropertyName("type")

Gets or sets the zoom type.

public Nullable<Boolean> AutoScaleYaxis { get; set; } #
JsonPropertyName("autoScaleYaxis")

Gets or sets whether auto scale Y axis.