Axis.BaseUnitScale

Axis.BaseUnitScale property

Represents the base unit scale for the category axis.

public TimeUnit BaseUnitScale { get; set; }

Remarks

Setting this property only takes effect when the CategoryType property is set to TimeScale.

See Also