Search Results for

    Show / Hide Table of Contents

    Interface IStackedColumnRenderableSeries

    Defines the interface for Stacked Column RenderableSeries within SciChart. See Also: StackedColumnRenderableSeries, VerticallyStackedColumnsCollection

    Implements
    renderableSeries.IStackedRenderableSeries
    Namespace:
    Assembly: .dll
    Syntax
    public interface IStackedColumnRenderableSeries extends renderableSeries.IStackedRenderableSeries

    Methods

    shiftColumnCenters(int[] columnsCountAtX, int[] pointsSequenceNumbers, float columnWidth, float columnSpacing)

    Shifts x-Values coordinates to spread all horizontally stacked columns properly.

    Declaration
    public abstract void shiftColumnCenters(int[] columnsCountAtX, int[] pointsSequenceNumbers, float columnWidth, float columnSpacing)
    Parameters
    Type Name Description
    int[] columnsCountAtX

    Array with counts of the horizontally stacked columns per each x-value.

    int[] pointsSequenceNumbers

    Array with positions in sequence of the horizontally stacked columns per each x-value. Used to properly determine each column position.

    float columnWidth

    Each column width in pixels.

    float columnSpacing

    Spacing between columns. Could be SpacingMode#Absolute or SpacingMode#Relative.

    updateColumnPixelWidth(float columnPixelWidth)

    Updates StackedColumnRenderPassData#columnPixelWidth value of this IStackedColumnRenderableSeries instance.

    If it's VerticallyStackedColumnsCollection - updates StackedColumnRenderPassData#columnPixelWidth for all series in the collection.

    Declaration
    public abstract void updateColumnPixelWidth(float columnPixelWidth)
    Parameters
    Type Name Description
    float columnPixelWidth

    Value of new column width in pixels.

    Implements

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