Nevron .NET Vision
Nevron.Chart Namespace / NHeatMapSeries Class / YValuesMode Property


In This Topic
    YValuesMode Property
    In This Topic
    Specifies the mode for the heatmap Y values.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlElementAttribute("YValuesMode")>
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Specifies the mode for the surface Z values.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property YValuesMode As HeatMapValuesMode
    'Usage
     
    
    Dim instance As NHeatMapSeries
    Dim value As HeatMapValuesMode
     
    instance.YValuesMode = value
     
    value = instance.YValuesMode
    [System.Xml.Serialization.XmlElement("YValuesMode")]
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Specifies the mode for the surface Z values.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public HeatMapValuesMode YValuesMode {get; set;}
    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