Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / CategoryAxis Class
Properties


In This Topic
    CategoryAxis Class Members
    In This Topic

    The following tables list the members exposed by CategoryAxis.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CategoryAxis class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the Id of this Axis. (Inherited from Xceed.Document.NET.Axis)
    Public PropertyGets or sets if this Axis is visible. (Inherited from Xceed.Document.NET.Axis)
    Public PropertyGets or sets the position of the axis' tick labels. Default value is NextToAxis. (Inherited from Xceed.Document.NET.Axis)
    Public PropertyAllows the user to set the desired major tick mark type. (Inherited from Xceed.Document.NET.Axis)
    Public PropertyAllows the user to set the desired minor tick mark type.  (Inherited from Xceed.Document.NET.Axis)
    Public PropertyAllows the user to change the display order. Orders the value from Min to Max if set to false; orders the value from Max to Min if set to true. The default setting is false. (Inherited from Xceed.Document.NET.Axis)
    Public PropertyGets or sets the Axis' Title. (Inherited from Xceed.Document.NET.Axis)
    Public PropertyGets or sets the formatting of an AxisTitle. (Inherited from Xceed.Document.NET.Axis)
    Top
    See Also