Search Results for

    Show / Hide Table of Contents

    ChartLineOptions.ChartLineOptions Constructor

    Overloads

    • ChartLineOptions.ChartLineOptions(TShapeLine)
    • ChartLineOptions.ChartLineOptions(TDrawingColor, Nullable<Int32>)

    ChartLineOptions.ChartLineOptions(TShapeLine)

    Creates a new ChartSeriesLineOptions instance.

    Syntax

    Namespace: FlexCel.Core

    public ChartLineOptions(TShapeLine aShapeLine)

    Parameters

    <-> Parameter Type Description
    aShapeLine TShapeLine Line fill definition.

    See also

    • ChartLineOptions

    ChartLineOptions.ChartLineOptions(TDrawingColor, Nullable<Int32>)

    This is a convenience constructor to create the most common line which is just a solid line with a color and width.

    Syntax

    Namespace: FlexCel.Core

    public ChartLineOptions(TDrawingColor aColor, Nullable<Int32> aWidth)

    Parameters

    <-> Parameter Type Description
    aColor TDrawingColor Color of the line.
    aWidth Nullable<Int32> Width of the line in EMUs (1 pt = 12700 EMUs). If null, width of the theme will be used.

    See also

    • ChartLineOptions
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com