ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DContourStyles Class / Colors Property

In This Topic
    Colors Property (Chart3DContourStyles)
    In This Topic
    Gets the collection of colors.
    Syntax
    'Declaration
     
    Public ReadOnly Property Colors As Chart3DColorsCollection
    public Chart3DColorsCollection Colors {get;}
    Remarks
    This collection is used when ColorSet property is set to ColorSetEnum.Custom.
    See Also