menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NumericalStripLine - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NumericalStripLine

    This class can be used to render strip lines using number values. This should be used with NumericalAxis, LogarithmicAxis and CategoryAxis.

    Inheritance
    System.Object
    ChartStripLine
    NumericalStripLine
    Inherited Members
    ChartStripLine.CornerRadius
    ChartStripLine.DrawLabel(Canvas, RectangleF)
    ChartStripLine.DrawPath(Canvas, Path)
    ChartStripLine.DrawRect(Canvas, RectangleF)
    ChartStripLine.FillColor
    ChartStripLine.LabelStyle
    ChartStripLine.OnPropertyChanged()
    ChartStripLine.PixelWidth
    ChartStripLine.RepeatEvery
    ChartStripLine.SegmentAxisName
    ChartStripLine.Segmented
    ChartStripLine.SegmentEnd
    ChartStripLine.SegmentStart
    ChartStripLine.StrokeColor
    ChartStripLine.StrokePathEffect
    ChartStripLine.StrokeWidth
    ChartStripLine.Text
    ChartStripLine.Visibility
    ChartStripLine.Width
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class NumericalStripLine : ChartStripLine

    Constructors

    NumericalStripLine()

    Declaration
    public NumericalStripLine()

    Properties

    RepeatUntil

    Gets or sets the axis value that determines till where the strip line has to be repeated in axis.

    Declaration
    public double RepeatUntil { get; set; }
    Property Value
    Type
    System.Double

    Start

    Gets or sets the axis value that represents, from where the strip line should start in axis.

    Declaration
    public double Start { get; set; }
    Property Value
    Type
    System.Double

    Methods

    GetActualPeriodStrip()

    Declaration
    protected override double GetActualPeriodStrip()
    Returns
    Type
    System.Double
    Overrides
    ChartStripLine.GetActualPeriodStrip()

    GetActualWidth(Double)

    Declaration
    protected override double GetActualWidth(double startStrip)
    Parameters
    Type Name Description
    System.Double startStrip
    Returns
    Type
    System.Double
    Overrides
    ChartStripLine.GetActualWidth(Double)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved