Nevron .NET Vision
Nevron.Chart Namespace / NLegendItemCellData Class / NLegendItemCellData Constructor / NLegendItemCellData Constructor(String,LegendMarkShape,NChartElement,NStrokeStyle,NFillStyle,NShadowStyle,NTextStyle,NLength,LegendTextFitMode,Boolean,ContentAlignment)


In This Topic
    NLegendItemCellData Constructor(String,LegendMarkShape,NChartElement,NStrokeStyle,NFillStyle,NShadowStyle,NTextStyle,NLength,LegendTextFitMode,Boolean,ContentAlignment)
    In This Topic
    Creates a new NLegendItemCellData object with the specified settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As System.String, _
       ByVal markShape As LegendMarkShape, _
       ByVal chartElement As NChartElement, _
       ByVal markBorderStyle As NStrokeStyle, _
       ByVal markFillStyle As NFillStyle, _
       ByVal markShadowStyle As NShadowStyle, _
       ByVal textStyle As NTextStyle, _
       ByVal maxTextWidth As NLength, _
       ByVal textFitMode As LegendTextFitMode, _
       ByVal alwaysIncludeMarkSize As System.Boolean, _
       ByVal contentAlignment As System.Drawing.ContentAlignment _
    )
    'Usage
     
    
    Dim text As System.String
    Dim markShape As LegendMarkShape
    Dim chartElement As NChartElement
    Dim markBorderStyle As NStrokeStyle
    Dim markFillStyle As NFillStyle
    Dim markShadowStyle As NShadowStyle
    Dim textStyle As NTextStyle
    Dim maxTextWidth As NLength
    Dim textFitMode As LegendTextFitMode
    Dim alwaysIncludeMarkSize As System.Boolean
    Dim contentAlignment As System.Drawing.ContentAlignment
     
    Dim instance As New NLegendItemCellData(text, markShape, chartElement, markBorderStyle, markFillStyle, markShadowStyle, textStyle, maxTextWidth, textFitMode, alwaysIncludeMarkSize, contentAlignment)

    Parameters

    text
    markShape
    chartElement
    markBorderStyle
    markFillStyle
    markShadowStyle
    textStyle
    maxTextWidth
    textFitMode
    alwaysIncludeMarkSize
    contentAlignment
    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