com.aspose.slides
Interface IUpDownBarsManager

All Known Implementing Classes:
UpDownBarsManager

public interface IUpDownBarsManager

Provide access to up/down bars of Line- or Stock-chart.


Method Summary
 IFormat getDownBarsFormat()
           Returns format of the down bars.
 int getGapWidth()
           Returns or sets gap width.
 IFormat getUpBarsFormat()
           Returns format of the up bars.
 boolean hasUpDownBars()
           Determines whether the chart has up/down bars.
 void setGapWidth(int value)
           Returns or sets gap width.
 void setUpDownBars(boolean value)
           Determines whether the chart has up/down bars.
 

Method Detail

getUpBarsFormat

IFormat getUpBarsFormat()

Returns format of the up bars. Read-only IFormat.


getDownBarsFormat

IFormat getDownBarsFormat()

Returns format of the down bars. Read-only IFormat.


hasUpDownBars

boolean hasUpDownBars()

Determines whether the chart has up/down bars. Read/write boolean.


setUpDownBars

void setUpDownBars(boolean value)

Determines whether the chart has up/down bars. Read/write boolean.


getGapWidth

int getGapWidth()

Returns or sets gap width. Read/write int.


setGapWidth

void setGapWidth(int value)

Returns or sets gap width. Read/write int.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.