WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartStripLine - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartStripLine

    Represents a custom strip line for an axis

    Inheritance
    System.Object
    ChartStripLine
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.ReportControls.Wpf.dll
    Syntax
    public class ChartStripLine

    Constructors

    ChartStripLine()

    Declaration
    public ChartStripLine()

    ChartStripLine(ReportSerializer)

    Declaration
    public ChartStripLine(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    ActionInfo

    Declaration
    public ActionInfo ActionInfo { get; set; }
    Property Value
    Type Description
    ActionInfo

    Interval

    Declaration
    public string Interval { get; set; }
    Property Value
    Type Description
    System.String

    IntervalOffset

    Declaration
    public string IntervalOffset { get; set; }
    Property Value
    Type Description
    System.String

    IntervalOffsetType

    Declaration
    public IntervalType IntervalOffsetType { get; set; }
    Property Value
    Type Description
    IntervalType

    IntervalType

    Declaration
    public IntervalType IntervalType { get; set; }
    Property Value
    Type Description
    IntervalType

    StripWidth

    Declaration
    public string StripWidth { get; set; }
    Property Value
    Type Description
    System.String

    StripWidthType

    Declaration
    public IntervalType StripWidthType { get; set; }
    Property Value
    Type Description
    IntervalType

    Style

    Declaration
    public Style Style { get; set; }
    Property Value
    Type Description
    Style

    TextOrientation

    Declaration
    public TextOrientation TextOrientation { get; set; }
    Property Value
    Type Description
    TextOrientation

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    ToolTip

    Declaration
    public string ToolTip { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved