Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / DataSetting Property
Example


In This Topic
    DataSetting Property (SpreadChart)
    In This Topic
    Gets or sets the data setting of the current SpreadChart.
    Syntax
    'Declaration
     
    
    Public Property DataSetting As ChartDataSetting
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As ChartDataSetting
     
    instance.DataSetting = value
     
    value = instance.DataSetting
    public ChartDataSetting DataSetting {get; set;}
    Remarks
    The ShowHiddenData option indicates whether the hidden data in the sheet is used to generate series data. When this value is false, the hidden data is ignored. The EmptyValueStyle property indicates how to use the empty value and what the value will be converted to.
    Example
    This example uses the DataSetting property.
    See Also