• HOME
  • PRODUCTS
  • DEMOS
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
  • FREE EVALUATION
Search Results for

    Show / Hide Table of Contents

    AddLineStyle Method

    AddLineStyle()

    When implemented by a class, adds a new ILineStyle to the collection.

    Declaration
    int AddLineStyle()
    Returns
    Type Description
    Int32

    Index of the added element.

    AddLineStyle(String, Color, Color, Color, Int32, LineStyleOptions)

    When implemented by a class, adds a new ILineStyle with specified parameters to the collection.

    Declaration
    int AddLineStyle(string name, Color foreColor, Color backColor, Color penColor, int imageIndex, LineStyleOptions options)
    Parameters
    Type Name Description
    String name

    Name of new ILineStyle.

    Color foreColor

    Foreground color of new ILineStyle.

    Color backColor

    Background color of new ILineStyle.

    Color penColor

    Pen color of new ILineStyle.

    Int32 imageIndex

    Image index of new ILineStyle.

    LineStyleOptions options

    Options of new ILineStyle.

    Returns
    Type Description
    Int32

    Index of the added element in the ILineStyle collection.

    In This Article
    Back to top Copyright AlterNET Software Download PDF