Instrument.TickSize Property
[Category(CATEGORY_TICK_SIZE)]
[DefaultValue(0.0)]
[Description("Instrument tick size")]
public double TickSize {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_TICK_SIZE)]
[DefaultValue(0.0)]
[Description("Instrument tick size")]
public:
property double TickSize {
double get( );
void set(
double value
);
}
This language is not supported or no code example is available.
public
Category(CATEGORY_TICK_SIZE)
DefaultValue(0.0)
Description("Instrument tick size")
function get TickSize() : double;
public
Category(CATEGORY_TICK_SIZE)
DefaultValue(0.0)
Description("Instrument tick size")
function set TickSize(value : double);
This language is not supported or no code example is available.
Property Value
double
In this article
Definition