Skip to main content

ChartExportBuilder Methods

Provides methods that allow you to configure nested options of the client-side export object.
Name Description
BackgroundColor(JS) Mirrors the client-side backgroundColor option.
BackgroundColor(String) Mirrors the client-side backgroundColor option.
Enabled(JS) Mirrors the client-side enabled option.
Enabled(Boolean) Mirrors the client-side enabled option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FileName(JS) Mirrors the client-side fileName option.
FileName(String) Mirrors the client-side fileName option.
Formats(IEnumerable<ExportFormat>) Mirrors the client-side formats option.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Margin(JS) Mirrors the client-side margin option.
Margin(Double) Mirrors the client-side margin option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
PrintingEnabled(JS) Mirrors the client-side printingEnabled option.
PrintingEnabled(Boolean) Mirrors the client-side printingEnabled option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SvgToCanvas(RazorBlock) Mirrors the client-side svgToCanvas option.
SvgToCanvas(String) Mirrors the client-side svgToCanvas option.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also