C# Class SmartQuant.FinChart.Axis

Show file Open project: fastquant/fastquant.dll

Protected Properties

Property Type Description
chart Chart
color Color
enabled bool
gridColor Color
gridDashStyle DashStyle
gridEnabled bool
gridWidth float
height int
labelAlignment EAxisLabelAlignment
labelColor Color
labelEnabled bool
labelFont System.Drawing.Font
labelFormat string
labelOffset int
majorTicksColor Color
majorTicksEnabled bool
majorTicksLength int
majorTicksWidth float
max double
min double
minorGridColor Color
minorGridDashStyle DashStyle
minorGridEnabled bool
minorGridWidth float
minorTicksColor Color
minorTicksEnabled bool
minorTicksLength int
minorTicksWidth float
title string
titleColor Color
titleEnabled bool
titleFont System.Drawing.Font
titleOffset int
titlePosition EAxisTitlePosition
width int
zoomed bool

Property Details

chart protected property

protected Chart,SmartQuant.FinChart chart
return Chart

color protected property

protected Color color
return Color

enabled protected property

protected bool enabled
return bool

gridColor protected property

protected Color gridColor
return Color

gridDashStyle protected property

protected DashStyle gridDashStyle
return DashStyle

gridEnabled protected property

protected bool gridEnabled
return bool

gridWidth protected property

protected float gridWidth
return float

height protected property

protected int height
return int

labelAlignment protected property

protected EAxisLabelAlignment labelAlignment
return EAxisLabelAlignment

labelColor protected property

protected Color labelColor
return Color

labelEnabled protected property

protected bool labelEnabled
return bool

labelFont protected property

protected Font,System.Drawing labelFont
return System.Drawing.Font

labelFormat protected property

protected string labelFormat
return string

labelOffset protected property

protected int labelOffset
return int

majorTicksColor protected property

protected Color majorTicksColor
return Color

majorTicksEnabled protected property

protected bool majorTicksEnabled
return bool

majorTicksLength protected property

protected int majorTicksLength
return int

majorTicksWidth protected property

protected float majorTicksWidth
return float

max protected property

protected double max
return double

min protected property

protected double min
return double

minorGridColor protected property

protected Color minorGridColor
return Color

minorGridDashStyle protected property

protected DashStyle minorGridDashStyle
return DashStyle

minorGridEnabled protected property

protected bool minorGridEnabled
return bool

minorGridWidth protected property

protected float minorGridWidth
return float

minorTicksColor protected property

protected Color minorTicksColor
return Color

minorTicksEnabled protected property

protected bool minorTicksEnabled
return bool

minorTicksLength protected property

protected int minorTicksLength
return int

minorTicksWidth protected property

protected float minorTicksWidth
return float

title protected property

protected string title
return string

titleColor protected property

protected Color titleColor
return Color

titleEnabled protected property

protected bool titleEnabled
return bool

titleFont protected property

protected Font,System.Drawing titleFont
return System.Drawing.Font

titleOffset protected property

protected int titleOffset
return int

titlePosition protected property

protected EAxisTitlePosition titlePosition
return EAxisTitlePosition

width protected property

protected int width
return int

zoomed protected property

protected bool zoomed
return bool