Search Results for

    Show / Hide Table of Contents

    Class ChartItem

    Inheritance
    object
    ReportItem
    PrintItem
    PrintPosItem
    PrintItemText
    ChartItem
    Implements
    IDisposable
    Inherited Members
    PrintItemText.WFontName
    PrintItemText.LFontName
    PrintItemText.FontSize
    PrintItemText.FontRotation
    PrintItemText.FontStyle
    PrintItemText.FontColor
    PrintItemText.BackColor
    PrintItemText.Transparent
    PrintItemText.CutText
    PrintItemText.WordWrap
    PrintItemText.WordBreak
    PrintItemText.InterLine
    PrintItemText.Alignment
    PrintItemText.VAlignment
    PrintItemText.SingleLine
    PrintItemText.Type1Font
    PrintItemText.MultiPage
    PrintItemText.PrintStep
    PrintItemText.RightToLeft
    PrintItemText.PrintAlignment
    PrintItemText.VPrintAlignment
    PrintPosItem.Section
    PrintPosItem.AnnotationExpression
    PrintPosItem.GetExtension(PrintOut, Point, bool)
    PrintPosItem.FillAnnotation(MetaObject, MetaPage)
    PrintPosItem.Hidden
    PrintPosItem.PosX
    PrintPosItem.PosY
    PrintPosItem.Align
    PrintPosItem.PartialFlag
    PrintItem.PrintWidth
    PrintItem.PrintHeight
    PrintItem.Visible
    PrintItem.LastExtent
    PrintItem.SelectionIndex
    PrintItem.SelectionRectangle
    PrintItem.EvaluatePrintCondition()
    PrintItem.Print(PrintOut, int, int, int, int, MetaFile, Point, ref bool)
    PrintItem.ExecuteBeforePrint()
    PrintItem.ExecuteAfterPrint()
    PrintItem.Width
    PrintItem.Height
    PrintItem.DoBeforePrint
    PrintItem.DoAfterPrint
    PrintItem.PrintCondition
    ReportItem.Dispose()
    ReportItem.Name
    ReportItem.Report
    ReportItem.ClassName
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public class ChartItem : PrintItemText, IDisposable

    Constructors

    ChartItem()

    Declaration
    public ChartItem()

    Fields

    DrawHelper

    Declaration
    public object DrawHelper
    Field Value
    Type Description
    object

    SeriesColors

    Declaration
    public int[] SeriesColors
    Field Value
    Type Description
    int[]

    Properties

    AutoRange

    Declaration
    public Series.AutoRangeAxis AutoRange { get; set; }
    Property Value
    Type Description
    Series.AutoRangeAxis

    AxisYFinal

    Declaration
    public double AxisYFinal { get; set; }
    Property Value
    Type Description
    double

    AxisYInitial

    Declaration
    public double AxisYInitial { get; set; }
    Property Value
    Type Description
    double

    CaptionExpression

    Declaration
    public string CaptionExpression { get; set; }
    Property Value
    Type Description
    string

    ChangeSerieBool

    Declaration
    public bool ChangeSerieBool { get; set; }
    Property Value
    Type Description
    bool

    ChangeSerieExpression

    Declaration
    public string ChangeSerieExpression { get; set; }
    Property Value
    Type Description
    string

    ChartStyle

    Declaration
    public ChartType ChartStyle { get; set; }
    Property Value
    Type Description
    ChartType

    ClearExpression

    Declaration
    public string ClearExpression { get; set; }
    Property Value
    Type Description
    string

    ClearExpressionBool

    Declaration
    public bool ClearExpressionBool { get; set; }
    Property Value
    Type Description
    bool

    ColorExpression

    Declaration
    public string ColorExpression { get; set; }
    Property Value
    Type Description
    string

    Driver

    Declaration
    public ChartDriver Driver { get; set; }
    Property Value
    Type Description
    ChartDriver

    Elevation

    Declaration
    public int Elevation { get; set; }
    Property Value
    Type Description
    int

    GetValueCondition

    Declaration
    public string GetValueCondition { get; set; }
    Property Value
    Type Description
    string

    HorzFontRotation

    Declaration
    public int HorzFontRotation { get; set; }
    Property Value
    Type Description
    int

    HorzFontSize

    Declaration
    public int HorzFontSize { get; set; }
    Property Value
    Type Description
    int

    HorzOffset

    Declaration
    public int HorzOffset { get; set; }
    Property Value
    Type Description
    int

    Identifier

    Declaration
    public string Identifier { get; set; }
    Property Value
    Type Description
    string

    MarkStyle

    Declaration
    public int MarkStyle { get; set; }
    Property Value
    Type Description
    int

    MultiBar

    Declaration
    public BarType MultiBar { get; set; }
    Property Value
    Type Description
    BarType

    Orthogonal

    Declaration
    public bool Orthogonal { get; set; }
    Property Value
    Type Description
    bool

    Perspective

    Declaration
    public int Perspective { get; set; }
    Property Value
    Type Description
    int

    Resolution

    Declaration
    public int Resolution { get; set; }
    Property Value
    Type Description
    int

    Rotation

    Declaration
    public int Rotation { get; set; }
    Property Value
    Type Description
    int

    SerieCaption

    Declaration
    public string SerieCaption { get; set; }
    Property Value
    Type Description
    string

    SerieColorExpression

    Declaration
    public string SerieColorExpression { get; set; }
    Property Value
    Type Description
    string

    ShowHint

    Declaration
    public bool ShowHint { get; set; }
    Property Value
    Type Description
    bool

    ShowLegend

    Declaration
    public bool ShowLegend { get; set; }
    Property Value
    Type Description
    bool

    Tilt

    Declaration
    public int Tilt { get; set; }
    Property Value
    Type Description
    int

    ValueExpression

    Declaration
    public string ValueExpression { get; set; }
    Property Value
    Type Description
    string

    ValueXExpression

    Declaration
    public string ValueXExpression { get; set; }
    Property Value
    Type Description
    string

    VertFontRotation

    Declaration
    public int VertFontRotation { get; set; }
    Property Value
    Type Description
    int

    VertFontSize

    Declaration
    public int VertFontSize { get; set; }
    Property Value
    Type Description
    int

    VertOffset

    Declaration
    public int VertOffset { get; set; }
    Property Value
    Type Description
    int

    View3d

    Declaration
    public bool View3d { get; set; }
    Property Value
    Type Description
    bool

    View3dWalls

    Declaration
    public bool View3dWalls { get; set; }
    Property Value
    Type Description
    bool

    Zoom

    Declaration
    public int Zoom { get; set; }
    Property Value
    Type Description
    int

    Methods

    CheckValueCondition()

    Declaration
    public bool CheckValueCondition()
    Returns
    Type Description
    bool

    Clear()

    Declaration
    public void Clear()

    DoPrint(PrintOut, int, int, int, int, MetaFile, Point, ref bool)

    This procedure will print the item into the MetaFile, internal implementation

    Declaration
    protected override void DoPrint(PrintOut adriver, int aposx, int aposy, int newwidth, int newheight, MetaFile metafile, Point MaxExtent, ref bool PartialPrint)
    Parameters
    Type Name Description
    PrintOut adriver

    Report processing driver

    int aposx

    Horizontal position in twips

    int aposy

    Vertical position in twips

    int newwidth

    Width of the bounding box in twips

    int newheight

    Height of the bounding box in twips

    MetaFile metafile

    Destination MetaFile

    Point MaxExtent

    Maximum extension

    bool PartialPrint

    Returns true if some text will expand multiple pages

    Overrides
    PrintItem.DoPrint(PrintOut, int, int, int, int, MetaFile, Point, ref bool)

    EvaluateChangeSerieExpression()

    Declaration
    public bool EvaluateChangeSerieExpression()
    Returns
    Type Description
    bool

    EvaluateClearExpression()

    Declaration
    public void EvaluateClearExpression()

    EvaluateSerieCaption()

    Declaration
    public Variant EvaluateSerieCaption()
    Returns
    Type Description
    Variant

    GetClassName()

    Internal function to determine the object type name

    Declaration
    protected override string GetClassName()
    Returns
    Type Description
    string

    Object type name

    Overrides
    ReportItem.GetClassName()

    GraphicBounds(bool, bool, double, double, bool, double, bool)

    Declaration
    public void GraphicBounds(bool autol, bool autoh, double lvalue, double hvalue, bool logaritmic, double logBase, bool inverted)
    Parameters
    Type Name Description
    bool autol
    bool autoh
    double lvalue
    double hvalue
    bool logaritmic
    double logBase
    bool inverted

    GraphicColor(int)

    Declaration
    public void GraphicColor(int newcolor)
    Parameters
    Type Name Description
    int newcolor

    GraphicSerieColor(int)

    Declaration
    public void GraphicSerieColor(int newcolor)
    Parameters
    Type Name Description
    int newcolor

    NewFunction(string, string, string)

    Declaration
    public void NewFunction(string functionName, string functionParams, string serieCaption)
    Parameters
    Type Name Description
    string functionName
    string functionParams
    string serieCaption

    NewValue(double, bool, string, string)

    Declaration
    public void NewValue(double newvalue, bool seriechange, string valuecaption, string seriecaption)
    Parameters
    Type Name Description
    double newvalue
    bool seriechange
    string valuecaption
    string seriecaption

    NewValueXY(object, double, bool, string, string)

    Declaration
    public void NewValueXY(object newvalueX, double newvalue, bool seriechange, string valuecaption, string seriecaption)
    Parameters
    Type Name Description
    object newvalueX
    double newvalue
    bool seriechange
    string valuecaption
    string seriecaption

    SetReport(BaseReport)

    Declaration
    public override void SetReport(BaseReport rp)
    Parameters
    Type Name Description
    BaseReport rp
    Overrides
    ReportItem.SetReport(BaseReport)

    SubReportChanged(SubReportEvent, string)

    This event is generated while report is processing to allow the report items to update contents

    Declaration
    public override void SubReportChanged(SubReportEvent newstate, string newgroup)
    Parameters
    Type Name Description
    SubReportEvent newstate

    New state for the subreport

    string newgroup

    New group if apply

    Overrides
    PrintItem.SubReportChanged(SubReportEvent, string)

    Implements

    IDisposable
    In this article
    Back to top Generated by DocFX