Search Results for

    Show / Hide Table of Contents

    Vertex Selection Modifier 3D

    The VertexSelectionModifier3D allows you to perform selection of points on a 3D chart.

    Adding a VertexSelectionModifier3D to a Chart

    Any Chart Modifier 3D can be added to a SciChartSurface3D via the chartModifiers property and VertexSelectionModifier3D is no difference:

    • Java
    • Java with Builders API
    • Kotlin
    // Assume a surface has been created and configured somewhere
    surface.getChartModifiers().add(new VertexSelectionModifier3D());
    
    // Assume a surface has been created and configured somewhere
    surface.getChartModifiers().add(new VertexSelectionModifier3D());
    
    // Assume a surface has been created and configured somewhere
    surface.chartModifiers.add(VertexSelectionModifier3D())
    
    Note

    To learn more about features available, please visit the Chart Modifier 3D APIs article.

    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml