Skip to main content
All docs
V26.1
  • LegendBase.Margins Property

    Gets or sets the indents between the legend edges and other chart elements in pixels.

    Namespace: DevExpress.XtraTreeMap

    Assembly: DevExpress.XtraTreeMap.v26.1.dll

    Declaration

    [XtraSerializableProperty]
    public TreeMapPadding Margins { get; set; }

    Property Value

    Type Description
    TreeMapPadding

    Specifies indents in pixels.

    See Also