FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DSurface Class / ColumnMeshFilter Property

In This Topic
    ColumnMeshFilter Property (Chart3DSurface)
    In This Topic
    Gets or sets the frequency with which column mesh lines are drawn.
    Syntax
    'Declaration
     
    Public Property ColumnMeshFilter As Integer
    public int ColumnMeshFilter {get; set;}
    Remarks
    When this property has the value n, every nth mesh line is drawn. This mesh filter applies to both regular and irregular grids. When this property is set to 0, the chart automatically chooses a mesh filter.
    See Also