FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DElevation Class / IsMeshed Property

In This Topic
    IsMeshed Property (Chart3DElevation)
    In This Topic
    Gets or sets a value indicating whether surface charts are meshed, or whether bars in bar charts are outlined.
    Syntax
    'Declaration
     
    Public Property IsMeshed As Boolean
    public bool IsMeshed {get; set;}
    Remarks
    Relevant only for bar and surface charts. Set this property to true to display a surface as a mesh, or to display bars in outline format. The IsColumnMeshShowing and IsRowMeshShowing properties of the Chart3DSurface object control allow mesh lines in either the X or the Y direction to be turned off.
    See Also