Show / Hide Table of Contents

Class TickMarks

Inheritance
System.Object
TickMarks
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class TickMarks : object

Properties

IntervalBetweenMarks

Declaration
public int IntervalBetweenMarks { get; set; }
Property Value
Type Description
System.Int32

MajorType

Declaration
public TickMarkType MajorType { get; set; }
Property Value
Type Description
TickMarkType

MinorType

Declaration
public TickMarkType MinorType { get; set; }
Property Value
Type Description
TickMarkType
Back to top Generated by DocFX