Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / EmptyDataPoints Class / CustomValue Property


In This Topic
    CustomValue Property
    In This Topic
    Defines the custom value assigned to empty data points
    Syntax
    'Declaration
     
    <CategoryAttribute("General")>
    <DescriptionAttribute("Defines the custom value assigned to empty data points when the ValueMode is set to CustomValue")>
    <DefaultValueAttribute(0)>
    Public Property CustomValue As Double
    'Usage
     
    Dim instance As EmptyDataPoints
    Dim value As Double
     
    instance.CustomValue = value
     
    value = instance.CustomValue
    [Category("General")]
    [Description("Defines the custom value assigned to empty data points when the ValueMode is set to CustomValue")]
    [DefaultValue(0)]
    public double CustomValue {get; set;}
    Remarks
    By default set to 0, which means that empty data points are displayed as zeros.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also