Skip to content

TfpgGauge Border Style #39

Description

@JonnyTech

Using a TfpgGauge of kind gkPie and BorderStyle set to bsNone still has a border.

I see in fpg_gauge.pas:

procedure TfpgBaseGauge.SetBorderStyle(AValue: TBorderStyle);
begin
  if AValue <> FBorderStyle then
  begin
    FBorderStyle := AValue;
    { TODO: Implement Border style }
    // Graeme:  Wouldn't descending from TfpgBevel give you this functionality already?
    //          It could be a option.
    //RePaint;
  end;
end;

If I am reading it right, the border style is not implemented. Are there any 'hacks' to remove the border?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions