Show / Hide Table of Contents

Class SeriesAxis

Inheritance
System.Object
Axis
SeriesAxis
Inherited Members
Axis.Deleted
Axis.Fill
Axis.Line
Axis.FormattedText
Axis.MajorGridLines
Axis.MinorGridLines
Axis.TickMarks
Axis.LabelPosition
Axis.Title
Axis.NumberFormat
Axis.NumberFormatSourceLinked
Axis.ReverseOrder
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class SeriesAxis : Axis

Constructors

SeriesAxis()

Declaration
public SeriesAxis()

Properties

DistanceFromAxis

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

IntervalBetweenLabels

Declaration
public int? IntervalBetweenLabels { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
Back to top Generated by DocFX