GridJsOptions.EnableChartClientRendering

GridJsOptions.EnableChartClientRendering property

Gets/Sets whether to enable client-side chart rendering. If set to false, GridJs will emit chart images/shapes only and will not require client-side chart rendering. the default value is true.

public bool EnableChartClientRendering { get; set; }

See Also