FlexChart | ComponentOne
C1.Win.FlexChart.Designer.4.5.2 Assembly / C1.Win.Chart.Designer.UI Namespace / TitleProperties Class / TitleProperties Constructor

In This Topic
    TitleProperties Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal title As ChartTitle, _
       ByVal chart As FlexChartBase, _
       ByVal header As System.Boolean _
    )
    public TitleProperties( 
       ChartTitle title,
       FlexChartBase chart,
       System.bool header
    )

    Parameters

    title
    chart
    header
    See Also