Search Results for

    Show / Hide Table of Contents

    Interface IDateAxis

    Defines a base interface for all date axes used throughout the SciChart SDK

    Implements
    IAxisCore
    Namespace:
    Assembly: .dll
    Syntax
    public interface IDateAxis extends IAxisCore

    Methods

    getSubDayTextFormatting()

    Gets the Text Formatting String used for Axis Tick Labels when the range of the axis is sub-day

    Declaration
    public abstract String getSubDayTextFormatting()
    Returns
    Type Description
    String

    The current subDayTextFormatting

    setSubDayTextFormatting(String subDayTextFormatting)

    Sets the Text Formatting String used for Axis Tick Labels when the range of the axis is sub-day

    Declaration
    public abstract void setSubDayTextFormatting(String subDayTextFormatting)
    Parameters
    Type Name Description
    String subDayTextFormatting

    The current subDayTextFormatting

    Implements

    IAxisCore
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml