ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DSurface Class / RowMeshFilter Property

In This Topic
    RowMeshFilter Property
    In This Topic
    Gets or sets the frequency with which row mesh lines are drawn.
    Syntax
    'Declaration
     
    Public Property RowMeshFilter As System.Integer
    public System.int RowMeshFilter {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