[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISparkHorizontalAxis

Interface ISparkHorizontalAxis

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

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

public interface ISparkHorizontalAxis

Properties

Axis

Gets the ISparkColor object that specifies the color of the horizontal axis of the sparkline.

ISparkColor Axis { get; }

Property Value

ISparkColor

IsDateAxis

Gets whether the horizontal axis of the sparkline is based on date values.

bool IsDateAxis { get; }

Property Value

bool

True if the horizontal axis of the sparkline is based on date values; otherwise, false.

RightToLeftPlotOrder

Gets or sets whether the points on the horizontal axis are plotted in right-to-left order.

bool RightToLeftPlotOrder { get; set; }

Property Value

bool

True if the points on the horizontal axis are plotted in right-to-left order; otherwise, false.