[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Chart.SpreadChart.Visible

Visible Property

Visible

Gets or sets a value that indicates whether a SpreadChart is rendered as UI on the page.

Declaration
public override bool Visible { get; set; }
Public Overrides Property Visible As Boolean
Property Value
Type Description
bool

Always returns false if the chart's SheetView has set AllowVirtualScrollPaging to true

Overrides