Nevron .NET Vision
Nevron.Chart Namespace / NTriangulatedHeatMapSeries Class / Colors Property


In This Topic
    Colors Property (NTriangulatedHeatMapSeries)
    In This Topic
    Gets or sets the data series holding the custom colors of the data points.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Data Series")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the data series holding the custom colors of the data points.")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Colors As NDataSeriesColor
    'Usage
     
    
    Dim instance As NTriangulatedHeatMapSeries
    Dim value As NDataSeriesColor
     
    instance.Colors = value
     
    value = instance.Colors
    [System.ComponentModel.Category("Data Series")]
    [System.ComponentModel.Description("Gets or sets the data series holding the custom colors of the data points.")]
    [System.Xml.Serialization.XmlIgnore()]
    public NDataSeriesColor Colors {get; set;}
    Remarks
    This data series is used only when custom colors are used for the surface frame lines or for the surface filling.
    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