Search Results for

    Show / Hide Table of Contents

    Class HorizontallyStackedColumnsCollection

    Provides Horizontally Stacked Columns rendering.

    Inheritance
    java.lang.Object
    java.util.AbstractCollection
    java.util.AbstractList
    ArrayList
    ObservableCollection<E>
    renderableSeries.StackedSeriesCollectionBase
    HorizontallyStackedColumnsCollection
    Inherited Members
    renderableSeries.StackedSeriesCollectionBase.addIsSelectedChangeListener(renderableSeries.RenderableSeriesChangeListener)
    renderableSeries.StackedSeriesCollectionBase.addIsVisibleChangeListener(renderableSeries.RenderableSeriesChangeListener)
    renderableSeries.StackedSeriesCollectionBase.applyThemeProvider(IThemeProvider)
    renderableSeries.StackedSeriesCollectionBase.attachTo(IServiceContainer)
    renderableSeries.StackedSeriesCollectionBase.decrementSuspend()
    renderableSeries.StackedSeriesCollectionBase.detach()
    renderableSeries.StackedSeriesCollectionBase.getContext()
    renderableSeries.StackedSeriesCollectionBase.getCurrentRenderPassData()
    renderableSeries.StackedSeriesCollectionBase.getDataSeries()
    renderableSeries.StackedSeriesCollectionBase.getDataSeriesLock()
    renderableSeries.StackedSeriesCollectionBase.getIsSelected()
    renderableSeries.StackedSeriesCollectionBase.getIsSuspended()
    renderableSeries.StackedSeriesCollectionBase.getIsVisible()
    renderableSeries.StackedSeriesCollectionBase.getOpacity()
    renderableSeries.StackedSeriesCollectionBase.getPaletteProvider()
    renderableSeries.StackedSeriesCollectionBase.getParentSurface()
    renderableSeries.StackedSeriesCollectionBase.getPointMarker()
    renderableSeries.StackedSeriesCollectionBase.getRenderPassDataLock()
    renderableSeries.StackedSeriesCollectionBase.getRenderPassDataTransformation()
    renderableSeries.StackedSeriesCollectionBase.getResamplingMode()
    renderableSeries.StackedSeriesCollectionBase.getSelectedSeriesStyle()
    renderableSeries.StackedSeriesCollectionBase.getSeriesColor()
    renderableSeries.StackedSeriesCollectionBase.getSeriesInfoProvider()
    renderableSeries.StackedSeriesCollectionBase.getServices()
    renderableSeries.StackedSeriesCollectionBase.getStrokeStyle()
    renderableSeries.StackedSeriesCollectionBase.getUpdateSuspenderCount()
    renderableSeries.StackedSeriesCollectionBase.getVisibleSeries()
    renderableSeries.StackedSeriesCollectionBase.getXAxis()
    renderableSeries.StackedSeriesCollectionBase.getXAxisId()
    renderableSeries.StackedSeriesCollectionBase.getYAxis()
    renderableSeries.StackedSeriesCollectionBase.getYAxisId()
    renderableSeries.StackedSeriesCollectionBase.hasDataSeries()
    renderableSeries.StackedSeriesCollectionBase.hitTest(renderableSeries.hitTest.HitTestInfo,float,float)
    renderableSeries.StackedSeriesCollectionBase.hitTest(renderableSeries.hitTest.HitTestInfo,float,float,float)
    renderableSeries.StackedSeriesCollectionBase.internalUpdate(IAssetManager2D,RenderPassState)
    renderableSeries.StackedSeriesCollectionBase.invalidateElement()
    renderableSeries.StackedSeriesCollectionBase.invalidateRenderPassData()
    renderableSeries.StackedSeriesCollectionBase.isAttached()
    renderableSeries.StackedSeriesCollectionBase.isValidForDrawing()
    renderableSeries.StackedSeriesCollectionBase.isValidForUpdate()
    renderableSeries.StackedSeriesCollectionBase.onDraw(IRenderContext2D,IAssetManager2D)
    renderableSeries.StackedSeriesCollectionBase.onRenderSurfaceChanged()
    renderableSeries.StackedSeriesCollectionBase.removeIsSelectedChangeListener(renderableSeries.RenderableSeriesChangeListener)
    renderableSeries.StackedSeriesCollectionBase.removeIsVisibleChangeListener(renderableSeries.RenderableSeriesChangeListener)
    renderableSeries.StackedSeriesCollectionBase.resumeUpdates(IUpdateSuspender)
    renderableSeries.StackedSeriesCollectionBase.setDataSeries(dataSeries.IDataSeries)
    renderableSeries.StackedSeriesCollectionBase.setIsSelected(boolean)
    renderableSeries.StackedSeriesCollectionBase.setIsVisible(boolean)
    renderableSeries.StackedSeriesCollectionBase.setOpacity(float)
    renderableSeries.StackedSeriesCollectionBase.setPaletteProvider(renderableSeries.paletteProviders.IPaletteProvider)
    renderableSeries.StackedSeriesCollectionBase.setPointMarker(IPointMarker)
    renderableSeries.StackedSeriesCollectionBase.setRenderPassDataTransformation(renderableSeriesIRenderPassDataTransformation)
    renderableSeries.StackedSeriesCollectionBase.setResamplingMode(ResamplingMode)
    renderableSeries.StackedSeriesCollectionBase.setSelectedSeriesStyle(renderableSeries.IStyle)
    renderableSeries.StackedSeriesCollectionBase.setSeriesInfoProvider(renderableSeries.hitTest.ISeriesInfoProvider)
    renderableSeries.StackedSeriesCollectionBase.setStrokeStyle(PenStyle)
    renderableSeries.StackedSeriesCollectionBase.setXAxisId(String)
    renderableSeries.StackedSeriesCollectionBase.setYAxisId(String)
    renderableSeries.StackedSeriesCollectionBase.suspendUpdates()
    renderableSeries.StackedSeriesCollectionBase.update(IAssetManager2D,RenderPassState)
    renderableSeries.StackedSeriesCollectionBase.updateRenderPassData(IAxis,IAxis,RenderPassState)
    renderableSeries.StackedSeriesCollectionBase.updateStackedRenderPassDataValues(IAxis,IAxis)
    renderableSeries.StackedSeriesCollectionBase.verticalSliceHitTest(renderableSeries.hitTest.HitTestInfo,float,float)
    ObservableCollection.add(E)
    ObservableCollection.add(int,E)
    ObservableCollection.addAll(int,Collection<? extends E>)
    ObservableCollection.addAll(Collection<? extends E>)
    ObservableCollection.addObserver(ICollectionObserver<E>)
    ObservableCollection.clear()
    ObservableCollection.remove(int)
    ObservableCollection.remove(Object)
    ObservableCollection.removeAll(Collection<?>)
    ObservableCollection.removeObserver(ICollectionObserver<E>)
    ObservableCollection.removeRange(int,int)
    ObservableCollection.retainAll(Collection<?>)
    ObservableCollection.set(int,E)
    ObservableCollection.setAll(Collection<? extends E>)
    ObservableCollection.setAll(List<? extends E>,Predicate<? super E>)
    Object.finalize()
    Object.getClass()
    Object.notify()
    Object.notifyAll()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    AbstractCollection.containsAll(Collection<?>)
    AbstractCollection.toString()
    ArrayList.<T>toArray(T[])
    ArrayList.addFirst(E)
    ArrayList.addLast(E)
    ArrayList.clone()
    ArrayList.contains(Object)
    ArrayList.ensureCapacity(int)
    ArrayList.equals(Object)
    ArrayList.forEach(Consumer<? super E>)
    ArrayList.get(int)
    ArrayList.getFirst()
    ArrayList.getLast()
    ArrayList.hashCode()
    ArrayList.indexOf(Object)
    ArrayList.isEmpty()
    ArrayList.iterator()
    ArrayList.lastIndexOf(Object)
    ArrayList.listIterator()
    ArrayList.listIterator(int)
    ArrayList.removeFirst()
    ArrayList.removeIf(Predicate<? super E>)
    ArrayList.removeLast()
    ArrayList.replaceAll(UnaryOperator<E>)
    ArrayList.size()
    ArrayList.sort(Comparator<? super E>)
    ArrayList.spliterator()
    ArrayList.subList(int,int)
    ArrayList.toArray()
    ArrayList.trimToSize()
    Namespace:
    Assembly: .dll
    Syntax
    public class HorizontallyStackedColumnsCollection extends renderableSeries.StackedSeriesCollectionBase<renderableSeries.IStackedColumnRenderableSeries>

    Constructors

    HorizontallyStackedColumnsCollection()

    Creates a new instance of HorizontallyStackedColumnsCollection class

    Declaration
    public HorizontallyStackedColumnsCollection()

    HorizontallyStackedColumnsCollection(Collection<renderableSeries.IStackedColumnRenderableSeries> collection)

    Creates a new instance of HorizontallyStackedColumnsCollection class

    Declaration
    public HorizontallyStackedColumnsCollection(Collection<renderableSeries.IStackedColumnRenderableSeries> collection)
    Parameters
    Type Name Description
    Collection<IStackedColumnRenderableSeries> collection

    The collection of stacked series to add

    Fields

    dataPointWidthProperty

    Declaration
    protected final SmartPropertyDouble dataPointWidthProperty
    Field Value
    Type Description
    SmartPropertyDouble

    spacing

    Declaration
    protected final SmartPropertyDouble spacing
    Field Value
    Type Description
    SmartPropertyDouble

    spacingMode

    Declaration
    protected final SmartProperty<renderableSeries.SpacingMode> spacingMode
    Field Value
    Type Description
    SmartProperty<SpacingMode>

    Methods

    getCategoryXRange(IRange<Double> categoryXRange)

    Declaration
    public void getCategoryXRange(IRange<Double> categoryXRange)
    Parameters
    Type Name Description
    IRange<Double> categoryXRange

    getDataPointWidth()

    Gets a value between 0.0 and 1.0 which defines the fraction of available space each column should occupy

    Declaration
    public final double getDataPointWidth()
    Returns
    Type Description
    double

    The data point width

    getSpacing()

    Gets the value which specifies the width of the gap between horizontally stacked columns.

    Declaration
    public double getSpacing()
    Returns
    Type Description
    double

    The current spacing.

    getSpacingMode()

    Gets the SpacingMode to use for the space between columns computations. E.g. the default of Absolute requires that the spacing value is in pixels. The value of Relative requires that the spacing value is a double value from 0.0 to 1.0.

    Declaration
    public renderableSeries.SpacingMode getSpacingMode()
    Returns
    Type Description
    renderableSeries.SpacingMode

    The current SpacingMode instance.

    getXRange()

    Declaration
    public IRange getXRange()
    Returns
    Type Description
    IRange

    getYRange()

    Declaration
    public IRange getYRange()
    Returns
    Type Description
    IRange

    getYRange(coordinateCalculators.ICoordinateCalculator xCoordCalc, boolean getPositiveRange)

    Declaration
    public IRange getYRange(coordinateCalculators.ICoordinateCalculator xCoordCalc, boolean getPositiveRange)
    Parameters
    Type Name Description
    coordinateCalculators.ICoordinateCalculator xCoordCalc
    boolean getPositiveRange
    Returns
    Type Description
    IRange

    internalUpdate(IAssetManager2D assetManager2D, RenderPassState renderPassState)

    Updates this renderable series instance and it's children.

    Declaration
    protected void internalUpdate(IAssetManager2D assetManager2D, RenderPassState renderPassState)
    Parameters
    Type Name Description
    IAssetManager2D assetManager2D
    RenderPassState renderPassState
    Overrides
    StackedSeriesCollectionBase<T>.internalUpdate(IAssetManager2D assetManager2D, RenderPassState renderPassState)

    setDataPointWidth(double dataPointWidth)

    Sets a value between 0.0 and 1.0 which defines the fraction of available space each column should occupy

    Declaration
    public final void setDataPointWidth(double dataPointWidth)
    Parameters
    Type Name Description
    double dataPointWidth

    The data point width

    setSpacing(double spacing)

    Sets the value which specifies the width of the gap between horizontally stacked columns. Can be set to either a relative or absolute value depending on the SpacingMode used.

    Declaration
    public void setSpacing(double spacing)
    Parameters
    Type Name Description
    double spacing

    New spacing.

    setSpacingMode(renderableSeries.SpacingMode spacingMode)

    Sets the SpacingMode to use for the space between columns computations. E.g. the default of Absolute requires that the spacing value is in pixels. The value of Relative requires that the spacing value is a double value from 0.0 to 1.0.

    Declaration
    public void setSpacingMode(renderableSeries.SpacingMode spacingMode)
    Parameters
    Type Name Description
    renderableSeries.SpacingMode spacingMode

    New SpacingMode instance.

    updateStackedRenderPassDataValues(IAxis xAxis, IAxis yAxis)

    Called during render pass and updates every stacked render pass data of the children series

    Declaration
    protected void updateStackedRenderPassDataValues(IAxis xAxis, IAxis yAxis)
    Parameters
    Type Name Description
    IAxis xAxis
    IAxis yAxis
    Overrides
    StackedSeriesCollectionBase<T>.updateStackedRenderPassDataValues(IAxis xAxis, IAxis yAxis)
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml