Table of Contents

Interface IChartAxis

Namespace
StockSharp.Charting
Assembly
StockSharp.Charting.Interfaces.dll

The chart axis.

public interface IChartAxis : IPersistable, INotifyPropertyChangedEx, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members
Extension Methods

Properties

AutoRange

Auto range.

bool AutoRange { get; set; }

Property Value

bool

AxisType

Axis type.

ChartAxisType AxisType { get; set; }

Property Value

ChartAxisType

ChartArea

Chart area.

IChartArea ChartArea { get; }

Property Value

IChartArea

DrawLabels

Show labels on the axis.

bool DrawLabels { get; set; }

Property Value

bool

DrawMajorGridLines

Show main grid lines.

bool DrawMajorGridLines { get; set; }

Property Value

bool

DrawMajorTicks

Show main grid lines on the axis.

bool DrawMajorTicks { get; set; }

Property Value

bool

DrawMinorGridLines

Show extra grid lines.

bool DrawMinorGridLines { get; set; }

Property Value

bool

DrawMinorTicks

Show extra grid lines on the axis.

bool DrawMinorTicks { get; set; }

Property Value

bool

FlipCoordinates

Flip coordinates.

bool FlipCoordinates { get; set; }

Property Value

bool

Group

Group.

string Group { get; set; }

Property Value

string

Id

Unique ID.

string Id { get; set; }

Property Value

string

IsVisible

Axis visibility.

bool IsVisible { get; set; }

Property Value

bool

SubDayTextFormatting

The format of X-axis labels within the day.

string SubDayTextFormatting { get; set; }

Property Value

string

SwitchAxisLocation

Whether to use alternative axis alignment.

bool SwitchAxisLocation { get; set; }

Property Value

bool

TextFormatting

Labels format.

string TextFormatting { get; set; }

Property Value

string

TimeZone

Time zone for this axis.

TimeZoneInfo TimeZone { get; set; }

Property Value

TimeZoneInfo

Title

Header.

string Title { get; set; }

Property Value

string