Search Results for

    Show / Hide Table of Contents

    Class TreeMapStyles

    Collection of TreeMap styles

    Inheritance
    System.Object
    StylesCollectionBase
    ArrayStyles
    TreeMapStyles
    Inherited Members
    ArrayStyles.prepareStyles()
    ArrayStyles.InternalSetStyle(Int32, Style)
    ArrayStyles.Item[Int32]
    StylesCollectionBase.StyleChanged(Object, EventArgs)
    StylesCollectionBase.SetDefaultValues()
    StylesCollectionBase.Assign(StylesCollectionBase)
    StylesCollectionBase.DoChange()
    StylesCollectionBase.Changed
    Namespace: FastReport.BG.TreeMap
    Assembly: FastReport.BG.dll
    Syntax
    public class TreeMapStyles : ArrayStyles

    Properties

    FirstIndex

    First index.

    Declaration
    [Browsable(false)]
    public override int FirstIndex { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    StylesCollectionBase.FirstIndex

    LastIndex

    Last index.

    Declaration
    [Browsable(false)]
    public override int LastIndex { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    StylesCollectionBase.LastIndex

    Record

    Style of regular TreeMap element

    Declaration
    [TypeConverter(typeof(ExpandableObjectConverter))]
    public Style Record { get; }
    Property Value
    Type Description
    Style

    RecordHover

    TreeMap element under the mouse

    Declaration
    [TypeConverter(typeof(ExpandableObjectConverter))]
    public Style RecordHover { get; }
    Property Value
    Type Description
    Style

    RecordSelected

    Selected TreeMap element

    Declaration
    [TypeConverter(typeof(ExpandableObjectConverter))]
    public Style RecordSelected { get; }
    Property Value
    Type Description
    Style

    Methods

    GetStyleName(Int32)

    Gets style name.

    Declaration
    public override string GetStyleName(int Index)
    Parameters
    Type Name Description
    System.Int32 Index
    Returns
    Type Description
    System.String
    Overrides
    StylesCollectionBase.GetStyleName(Int32)

    NewStyle(Int32)

    Returns new style.

    Declaration
    protected override Style NewStyle(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    Style
    Overrides
    StylesCollectionBase.NewStyle(Int32)
    Back to top © 2021-2022 Copyright Fast Reports Inc.