[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISparkAxes

Interface ISparkAxes

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the settings for the horizontal and vertical axes of a group of sparklines.

public interface ISparkAxes

Properties

Horizontal

Gets the ISparkHorizontalAxis object for the specified ISparkAxes object.

ISparkHorizontalAxis Horizontal { get; }

Property Value

ISparkHorizontalAxis

Vertical

Gets the ISparkVerticalAxis object for the specified ISparkAxes object.

ISparkVerticalAxis Vertical { get; }

Property Value

ISparkVerticalAxis