com.aspose.slides
Interface IAxisFormat

All Known Implementing Classes:
AxisFormat

public interface IAxisFormat

Represents chart format properties.


Method Summary
 IEffectFormat getEffect()
           Returns effects used for an axis.
 IFillFormat getFill()
           Returns fill style properties of an axis.
 ILineFormat getLine()
           Returns line style properties of an axis.
 

Method Detail

getFill

IFillFormat getFill()

Returns fill style properties of an axis. Read-only IFillFormat.


getLine

ILineFormat getLine()

Returns line style properties of an axis. Read-only ILineFormat.


getEffect

IEffectFormat getEffect()

Returns effects used for an axis. Read-only IEffectFormat.



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